Shades of Medium Turquoise #39CFDF
Tints of Medium Turquoise #39CFDF
RGB
CMYK
RGB Variations
Color information
#39CFDF (or 0x39CFDF) is known color: Medium Turquoise. HEX triplet: 39, CF and DF. RGB value is (57,207,223). Sum of RGB (Red+Green+Blue) = 57+207+223=487 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.70% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #39CFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CFDF is #C63020. Grayscale: #A3A3A3. Windows color (decimal): -12988449 or 14667577. OLE color: 14667577.
HSL color Cylindrical-coordinate representation of color #39CFDF: hue angle of 185.78º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39CFDF is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 207 | 223 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.13 |
| HSL | 185.78º | 0.72% | 0.55% | - |
| HSV(B) | 185.78º | 0.74% | 0.87% | - |
| XYZ | 37.32 | 50.82 | 77.65 | - |
| YUV | 163.97 | 161.31 | 51.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 207 | 223 | 0.74 | 0.07 | 0 | 0.13 | 185.78 | 0.72 | 0.55 |
| Hex | 39 | CF | DF | 4A | 7 | 0 | D | BA | 48 | 37 |
| Octal | 71 | 317 | 337 | 112 | 7 | 0 | 15 | 272 | 110 | 67 |
| Binary | 111001 | 11001111 | 11011111 | 1001010 | 111 | 0 | 1101 | 10111010 | 1001000 | 110111 |
Color Harmonies of #39CFDF
Complementary color
Monochromatic Colors of #39CFDF
Black with #39CFDF
Text Example
Text Example
White with #39CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CFDF; }
p { color: rgb(57,207,223); }
H1.HeaderClassName
{
color: #39CFDF;
}
.AnyTagClassName
{
color: #39CFDF;
}
</style>
background-color css
<style>
a { background-color: #39CFDF; }
a { background-color: rgb(57,207,223); }
div.DivClassName
{
background-color: #39CFDF;
}
.BgClassName
{
background-color: #39CFDF;
}
</style>
border-color css
<style>
span { border-color: #39CFDF; }
span { border-color: rgb(57,207,223); }
td.TdClassName
{
border-color: #39CFDF;
}
.TagClassName
{
border-color: #39CFDF;
}
</style>