Shades of Turquoise #42DFCB
Tints of Turquoise #42DFCB
RGB
CMYK
RGB Variations
Color information
#42DFCB (or 0x42DFCB) is known color: Turquoise. HEX triplet: 42, DF and CB. RGB value is (66,223,203). Sum of RGB (Red+Green+Blue) = 66+223+203=492 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.41% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #42DFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DFCB is #BD2034. Grayscale: #ADADAD. Windows color (decimal): -12394549 or 13360962. OLE color: 13360962.
HSL color Cylindrical-coordinate representation of color #42DFCB: hue angle of 172.36º 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 #42DFCB is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 223 | 203 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.13 |
| HSL | 172.36º | 0.71% | 0.57% | - |
| HSV(B) | 172.36º | 0.7% | 0.87% | - |
| XYZ | 39.41 | 58.25 | 65.67 | - |
| YUV | 173.78 | 144.49 | 51.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 223 | 203 | 0.70 | 0 | 0.09 | 0.13 | 172.36 | 0.71 | 0.57 |
| Hex | 42 | DF | CB | 46 | 0 | 9 | D | AC | 47 | 39 |
| Octal | 102 | 337 | 313 | 106 | 0 | 11 | 15 | 254 | 107 | 71 |
| Binary | 1000010 | 11011111 | 11001011 | 1000110 | 0 | 1001 | 1101 | 10101100 | 1000111 | 111001 |
Color Harmonies of #42DFCB
Complementary color
Monochromatic Colors of #42DFCB
Black with #42DFCB
Text Example
Text Example
White with #42DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DFCB; }
p { color: rgb(66,223,203); }
H1.HeaderClassName
{
color: #42DFCB;
}
.AnyTagClassName
{
color: #42DFCB;
}
</style>
background-color css
<style>
a { background-color: #42DFCB; }
a { background-color: rgb(66,223,203); }
div.DivClassName
{
background-color: #42DFCB;
}
.BgClassName
{
background-color: #42DFCB;
}
</style>
border-color css
<style>
span { border-color: #42DFCB; }
span { border-color: rgb(66,223,203); }
td.TdClassName
{
border-color: #42DFCB;
}
.TagClassName
{
border-color: #42DFCB;
}
</style>