Shades of Medium Turquoise #42CBDB
Tints of Medium Turquoise #42CBDB
RGB
CMYK
RGB Variations
Color information
#42CBDB (or 0x42CBDB) is known color: Medium Turquoise. HEX triplet: 42, CB and DB. RGB value is (66,203,219). Sum of RGB (Red+Green+Blue) = 66+203+219=488 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.52% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #42CBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CBDB is #BD3424. Grayscale: #A3A3A3. Windows color (decimal): -12399653 or 14404418. OLE color: 14404418.
HSL color Cylindrical-coordinate representation of color #42CBDB: hue angle of 186.27º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42CBDB is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 203 | 219 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.14 |
| HSL | 186.27º | 0.68% | 0.56% | - |
| HSV(B) | 186.27º | 0.7% | 0.86% | - |
| XYZ | 36.39 | 48.98 | 74.55 | - |
| YUV | 163.86 | 159.11 | 58.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 203 | 219 | 0.70 | 0.07 | 0 | 0.14 | 186.27 | 0.68 | 0.56 |
| Hex | 42 | CB | DB | 46 | 7 | 0 | E | BA | 44 | 38 |
| Octal | 102 | 313 | 333 | 106 | 7 | 0 | 16 | 272 | 104 | 70 |
| Binary | 1000010 | 11001011 | 11011011 | 1000110 | 111 | 0 | 1110 | 10111010 | 1000100 | 111000 |
Color Harmonies of #42CBDB
Complementary color
Monochromatic Colors of #42CBDB
Black with #42CBDB
Text Example
Text Example
White with #42CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CBDB; }
p { color: rgb(66,203,219); }
H1.HeaderClassName
{
color: #42CBDB;
}
.AnyTagClassName
{
color: #42CBDB;
}
</style>
background-color css
<style>
a { background-color: #42CBDB; }
a { background-color: rgb(66,203,219); }
div.DivClassName
{
background-color: #42CBDB;
}
.BgClassName
{
background-color: #42CBDB;
}
</style>
border-color css
<style>
span { border-color: #42CBDB; }
span { border-color: rgb(66,203,219); }
td.TdClassName
{
border-color: #42CBDB;
}
.TagClassName
{
border-color: #42CBDB;
}
</style>