Shades of Turquoise #45E8CB
Tints of Turquoise #45E8CB
RGB
CMYK
RGB Variations
Color information
#45E8CB (or 0x45E8CB) is known color: Turquoise. HEX triplet: 45, E8 and CB. RGB value is (69,232,203). Sum of RGB (Red+Green+Blue) = 69+232+203=504 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.69% from 504); Green value is 232 (91.02% from 255 or 46.03% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 232 - color contains mainly: green. Hex color #45E8CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45E8CB is #BA1734. Grayscale: #B3B3B3. Windows color (decimal): -12195637 or 13363269. OLE color: 13363269.
HSL color Cylindrical-coordinate representation of color #45E8CB: hue angle of 169.33º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E8CB is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 69 | 232 | 203 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.09 |
| HSL | 169.33º | 0.78% | 0.59% | - |
| HSV(B) | 169.33º | 0.7% | 0.91% | - |
| XYZ | 42.09 | 63.29 | 66.5 | - |
| YUV | 179.96 | 141 | 48.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 232 | 203 | 0.70 | 0 | 0.12 | 0.09 | 169.33 | 0.78 | 0.59 |
| Hex | 45 | E8 | CB | 46 | 0 | C | 9 | A9 | 4E | 3B |
| Octal | 105 | 350 | 313 | 106 | 0 | 14 | 11 | 251 | 116 | 73 |
| Binary | 1000101 | 11101000 | 11001011 | 1000110 | 0 | 1100 | 1001 | 10101001 | 1001110 | 111011 |
Color Harmonies of #45E8CB
Complementary color
Monochromatic Colors of #45E8CB
Black with #45E8CB
Text Example
Text Example
White with #45E8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E8CB; }
p { color: rgb(69,232,203); }
H1.HeaderClassName
{
color: #45E8CB;
}
.AnyTagClassName
{
color: #45E8CB;
}
</style>
background-color css
<style>
a { background-color: #45E8CB; }
a { background-color: rgb(69,232,203); }
div.DivClassName
{
background-color: #45E8CB;
}
.BgClassName
{
background-color: #45E8CB;
}
</style>
border-color css
<style>
span { border-color: #45E8CB; }
span { border-color: rgb(69,232,203); }
td.TdClassName
{
border-color: #45E8CB;
}
.TagClassName
{
border-color: #45E8CB;
}
</style>