Shades of Medium Turquoise #42CFD1
Tints of Medium Turquoise #42CFD1
RGB
CMYK
RGB Variations
Color information
#42CFD1 (or 0x42CFD1) is known color: Medium Turquoise. HEX triplet: 42, CF and D1. RGB value is (66,207,209). Sum of RGB (Red+Green+Blue) = 66+207+209=482 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.69% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 209 - color contains mainly: blue. Hex color #42CFD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CFD1 is #BD302E. Grayscale: #A4A4A4. Windows color (decimal): -12398639 or 13750082. OLE color: 13750082.
HSL color Cylindrical-coordinate representation of color #42CFD1: hue angle of 180.84º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CFD1 is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 207 | 209 | - |
| CMYK | 0.68 | 0.01 | 0 | 0.18 |
| HSL | 180.84º | 0.61% | 0.54% | - |
| HSV(B) | 180.84º | 0.68% | 0.82% | - |
| XYZ | 36.07 | 50.39 | 68.15 | - |
| YUV | 165.07 | 152.79 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 207 | 209 | 0.68 | 0.01 | 0 | 0.18 | 180.84 | 0.61 | 0.54 |
| Hex | 42 | CF | D1 | 44 | 1 | 0 | 12 | B5 | 3D | 36 |
| Octal | 102 | 317 | 321 | 104 | 1 | 0 | 22 | 265 | 75 | 66 |
| Binary | 1000010 | 11001111 | 11010001 | 1000100 | 1 | 0 | 10010 | 10110101 | 111101 | 110110 |
Color Harmonies of #42CFD1
Complementary color
Monochromatic Colors of #42CFD1
Black with #42CFD1
Text Example
Text Example
White with #42CFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CFD1; }
p { color: rgb(66,207,209); }
H1.HeaderClassName
{
color: #42CFD1;
}
.AnyTagClassName
{
color: #42CFD1;
}
</style>
background-color css
<style>
a { background-color: #42CFD1; }
a { background-color: rgb(66,207,209); }
div.DivClassName
{
background-color: #42CFD1;
}
.BgClassName
{
background-color: #42CFD1;
}
</style>
border-color css
<style>
span { border-color: #42CFD1; }
span { border-color: rgb(66,207,209); }
td.TdClassName
{
border-color: #42CFD1;
}
.TagClassName
{
border-color: #42CFD1;
}
</style>