Shades of Medium Turquoise #39CFDC
Tints of Medium Turquoise #39CFDC
RGB
CMYK
RGB Variations
Color information
#39CFDC (or 0x39CFDC) is known color: Medium Turquoise. HEX triplet: 39, CF and DC. RGB value is (57,207,220). Sum of RGB (Red+Green+Blue) = 57+207+220=484 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.78% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #39CFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CFDC is #C63023. Grayscale: #A3A3A3. Windows color (decimal): -12988452 or 14470969. OLE color: 14470969.
HSL color Cylindrical-coordinate representation of color #39CFDC: hue angle of 184.79º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39CFDC is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 207 | 220 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.14 |
| HSL | 184.79º | 0.7% | 0.54% | - |
| HSV(B) | 184.79º | 0.74% | 0.86% | - |
| XYZ | 36.92 | 50.66 | 75.54 | - |
| YUV | 163.63 | 159.81 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 207 | 220 | 0.74 | 0.06 | 0 | 0.14 | 184.79 | 0.7 | 0.54 |
| Hex | 39 | CF | DC | 4A | 6 | 0 | E | B9 | 46 | 36 |
| Octal | 71 | 317 | 334 | 112 | 6 | 0 | 16 | 271 | 106 | 66 |
| Binary | 111001 | 11001111 | 11011100 | 1001010 | 110 | 0 | 1110 | 10111001 | 1000110 | 110110 |
Color Harmonies of #39CFDC
Complementary color
Monochromatic Colors of #39CFDC
Black with #39CFDC
Text Example
Text Example
White with #39CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CFDC; }
p { color: rgb(57,207,220); }
H1.HeaderClassName
{
color: #39CFDC;
}
.AnyTagClassName
{
color: #39CFDC;
}
</style>
background-color css
<style>
a { background-color: #39CFDC; }
a { background-color: rgb(57,207,220); }
div.DivClassName
{
background-color: #39CFDC;
}
.BgClassName
{
background-color: #39CFDC;
}
</style>
border-color css
<style>
span { border-color: #39CFDC; }
span { border-color: rgb(57,207,220); }
td.TdClassName
{
border-color: #39CFDC;
}
.TagClassName
{
border-color: #39CFDC;
}
</style>