#39CFBC

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

Shades of Medium Turquoise #39CFBC

Tints of Medium Turquoise #39CFBC

Color information

#39CFBC (or 0x39CFBC) is unknown color: approx Medium Turquoise. HEX triplet: 39, CF and BC. RGB value is (57,207,188). Sum of RGB (Red+Green+Blue) = 57+207+188=452 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.61% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 207 - color contains mainly: green. Hex color #39CFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CFBC is #C63043. Grayscale: #9F9F9F. Windows color (decimal): -12988484 or 12373817. OLE color: 12373817.

HSL color Cylindrical-coordinate representation of color #39CFBC: hue angle of 172.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39CFBC is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB57207188-
CMYK0.7200.090.19
HSL172.4º60.98%51.76%-
HSV(B)172.4º72.46%81.18%-
XYZ33.0849.1355.32-
YUV159.98143.854.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.61%
GREEN value IS 207 (81.25% from 255) = 45.80%
BLUE value IS 188 (73.83% from 255) = 41.59%
R=12.61%
G=45.80%
B=41.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal572071880.7200.090.19172.460.9851.76
Hex39CFBC480913ac3d34
Octal71317274110011232547564
Binary11100111001111101111001001000010011001110101100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39CFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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