#39BEC3

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

Shades of Medium Turquoise #39BEC3

Tints of Medium Turquoise #39BEC3

Color information

#39BEC3 (or 0x39BEC3) is unknown color: approx Medium Turquoise. HEX triplet: 39, BE and C3. RGB value is (57,190,195). Sum of RGB (Red+Green+Blue) = 57+190+195=442 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.90% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 195 (76.56% from 255 or 44.12% from 442); Max value from RGB is 195 - color contains mainly: blue. Hex color #39BEC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39BEC3 is #C6413C. Grayscale: #969696. Windows color (decimal): -12992829 or 12828217. OLE color: 12828217.

HSL color Cylindrical-coordinate representation of color #39BEC3: hue angle of 182.17º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #39BEC3 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB57190195-
CMYK0.710.0300.24
HSL182.17º54.76%49.41%-
HSV(B)182.17º70.77%76.47%-
XYZ29.9541.6458.09-
YUV150.8152.9461.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.90%
GREEN value IS 190 (74.61% from 255) = 42.99%
BLUE value IS 195 (76.56% from 255) = 44.12%
R=12.90%
G=42.99%
B=44.12%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal571901950.710.0300.24182.1754.7649.41
Hex39BEC3473018b63731
Octal7127630310730302666761
Binary111001101111101100001110001111101100010110110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39BEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39BEC3; }

 p { color: rgb(57,190,195); }

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

<style>
 a { background-color: #39BEC3; }

 a { background-color: rgb(57,190,195); }

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

<style>
 span { border-color: #39BEC3; }

 span { border-color: rgb(57,190,195); }

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