Shades of Medium Turquoise #42CBDF
Tints of Medium Turquoise #42CBDF
RGB
CMYK
RGB Variations
Color information
#42CBDF (or 0x42CBDF) is known color: Medium Turquoise. HEX triplet: 42, CB and DF. RGB value is (66,203,223). Sum of RGB (Red+Green+Blue) = 66+203+223=492 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.41% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #42CBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CBDF is #BD3420. Grayscale: #A4A4A4. Windows color (decimal): -12399649 or 14666562. OLE color: 14666562.
HSL color Cylindrical-coordinate representation of color #42CBDF: hue angle of 187.64º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42CBDF is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 203 | 223 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.13 |
| HSL | 187.64º | 0.71% | 0.57% | - |
| HSV(B) | 187.64º | 0.7% | 0.87% | - |
| XYZ | 36.92 | 49.2 | 77.36 | - |
| YUV | 164.32 | 161.11 | 57.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 203 | 223 | 0.70 | 0.09 | 0 | 0.13 | 187.64 | 0.71 | 0.57 |
| Hex | 42 | CB | DF | 46 | 9 | 0 | D | BC | 47 | 39 |
| Octal | 102 | 313 | 337 | 106 | 11 | 0 | 15 | 274 | 107 | 71 |
| Binary | 1000010 | 11001011 | 11011111 | 1000110 | 1001 | 0 | 1101 | 10111100 | 1000111 | 111001 |
Color Harmonies of #42CBDF
Complementary color
Monochromatic Colors of #42CBDF
Black with #42CBDF
Text Example
Text Example
White with #42CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CBDF; }
p { color: rgb(66,203,223); }
H1.HeaderClassName
{
color: #42CBDF;
}
.AnyTagClassName
{
color: #42CBDF;
}
</style>
background-color css
<style>
a { background-color: #42CBDF; }
a { background-color: rgb(66,203,223); }
div.DivClassName
{
background-color: #42CBDF;
}
.BgClassName
{
background-color: #42CBDF;
}
</style>
border-color css
<style>
span { border-color: #42CBDF; }
span { border-color: rgb(66,203,223); }
td.TdClassName
{
border-color: #42CBDF;
}
.TagClassName
{
border-color: #42CBDF;
}
</style>