Shades of Medium Turquoise #42CBBE
Tints of Medium Turquoise #42CBBE
RGB
CMYK
RGB Variations
Color information
#42CBBE (or 0x42CBBE) is known color: Medium Turquoise. HEX triplet: 42, CB and BE. RGB value is (66,203,190). Sum of RGB (Red+Green+Blue) = 66+203+190=459 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.38% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 203 - color contains mainly: green. Hex color #42CBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CBBE is #BD3441. Grayscale: #A0A0A0. Windows color (decimal): -12399682 or 12503874. OLE color: 12503874.
HSL color Cylindrical-coordinate representation of color #42CBBE: hue angle of 174.31º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CBBE is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 203 | 190 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.20 |
| HSL | 174.31º | 0.57% | 0.53% | - |
| HSV(B) | 174.31º | 0.67% | 0.8% | - |
| XYZ | 32.9 | 47.59 | 56.17 | - |
| YUV | 160.56 | 144.61 | 60.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 203 | 190 | 0.67 | 0 | 0.06 | 0.20 | 174.31 | 0.57 | 0.53 |
| Hex | 42 | CB | BE | 43 | 0 | 6 | 14 | AE | 39 | 35 |
| Octal | 102 | 313 | 276 | 103 | 0 | 6 | 24 | 256 | 71 | 65 |
| Binary | 1000010 | 11001011 | 10111110 | 1000011 | 0 | 110 | 10100 | 10101110 | 111001 | 110101 |
Color Harmonies of #42CBBE
Complementary color
Monochromatic Colors of #42CBBE
Black with #42CBBE
Text Example
Text Example
White with #42CBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CBBE; }
p { color: rgb(66,203,190); }
H1.HeaderClassName
{
color: #42CBBE;
}
.AnyTagClassName
{
color: #42CBBE;
}
</style>
background-color css
<style>
a { background-color: #42CBBE; }
a { background-color: rgb(66,203,190); }
div.DivClassName
{
background-color: #42CBBE;
}
.BgClassName
{
background-color: #42CBBE;
}
</style>
border-color css
<style>
span { border-color: #42CBBE; }
span { border-color: rgb(66,203,190); }
td.TdClassName
{
border-color: #42CBBE;
}
.TagClassName
{
border-color: #42CBBE;
}
</style>