#38C8B6

Color #38C8B6 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #38C8B6

Tints of Medium Turquoise #38C8B6

Color information

#38C8B6 (or 0x38C8B6) is unknown color: approx Medium Turquoise. HEX triplet: 38, C8 and B6. RGB value is (56,200,182). Sum of RGB (Red+Green+Blue) = 56+200+182=438 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.79% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 182 (71.48% from 255 or 41.55% from 438); Max value from RGB is 200 - color contains mainly: green. Hex color #38C8B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C8B6 is #C73749. Grayscale: #9A9A9A. Windows color (decimal): -13055818 or 11978808. OLE color: 11978808.

HSL color Cylindrical-coordinate representation of color #38C8B6: hue angle of 172.5º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C8B6 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB56200182-
CMYK0.7200.090.22
HSL172.5º56.69%50.2%-
HSV(B)172.5º72%78.43%-
XYZ30.7345.5351.42-
YUV154.89143.2957.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 12.79%
GREEN value IS 200 (78.52% from 255) = 45.66%
BLUE value IS 182 (71.48% from 255) = 41.55%
R=12.79%
G=45.66%
B=41.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal562001820.7200.090.22172.556.6950.2
Hex38C8B6480916ac3932
Octal70310266110011262547162
Binary11100011001000101101101001000010011011010101100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38C8B6; }

 p { color: rgb(56,200,182); }

 H1.HeaderClassName
 {
   color: #38C8B6;
 }
 .AnyTagClassName
 {
   color: #38C8B6;
 }
</style>
background-color css

<style>
 a { background-color: #38C8B6; }

 a { background-color: rgb(56,200,182); }

 div.DivClassName
 {
   background-color: #38C8B6;
 }
 .BgClassName
 {
   background-color: #38C8B6;
 }
</style>
border-color css

<style>
 span { border-color: #38C8B6; }

 span { border-color: rgb(56,200,182); }

 td.TdClassName
 {
   border-color: #38C8B6;
 }
 .TagClassName
 {
   border-color: #38C8B6;
 }
</style>