#39D0BC

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

Shades of Medium Turquoise #39D0BC

Tints of Medium Turquoise #39D0BC

Color information

#39D0BC (or 0x39D0BC) is unknown color: approx Medium Turquoise. HEX triplet: 39, D0 and BC. RGB value is (57,208,188). Sum of RGB (Red+Green+Blue) = 57+208+188=453 (60% of max value = 765). Red value is 57 (22.66% from 255 or 12.58% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #39D0BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D0BC is #C62F43. Grayscale: #A0A0A0. Windows color (decimal): -12988228 or 12374073. OLE color: 12374073.

HSL color Cylindrical-coordinate representation of color #39D0BC: hue angle of 172.05º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D0BC is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB57208188-
CMYK0.7300.100.18
HSL172.05º61.63%51.96%-
HSV(B)172.05º72.6%81.57%-
XYZ33.3249.6155.4-
YUV160.57143.4754.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.58%
GREEN value IS 208 (81.64% from 255) = 45.92%
BLUE value IS 188 (73.83% from 255) = 41.50%
R=12.58%
G=45.92%
B=41.50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal572081880.7300.100.18172.0561.6351.96
Hex39D0BC490A12ac3e34
Octal71320274111012222547664
Binary11100111010000101111001001001010101001010101100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39D0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,208,188); }

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

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

 a { background-color: rgb(57,208,188); }

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

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

 span { border-color: rgb(57,208,188); }

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