Shades of Turquoise #45F5CB
Tints of Turquoise #45F5CB
RGB
CMYK
RGB Variations
Color information
#45F5CB (or 0x45F5CB) is known color: Turquoise. HEX triplet: 45, F5 and CB. RGB value is (69,245,203). Sum of RGB (Red+Green+Blue) = 69+245+203=517 (68% of max value = 765). Red value is 69 (27.34% from 255 or 13.35% from 517); Green value is 245 (96.09% from 255 or 47.39% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 245 - color contains mainly: green. Hex color #45F5CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45F5CB is #BA0A34. Grayscale: #BBBBBB. Windows color (decimal): -12192309 or 13366597. OLE color: 13366597.
HSL color Cylindrical-coordinate representation of color #45F5CB: hue angle of 165.68º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45F5CB is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 69 | 245 | 203 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.04 |
| HSL | 165.68º | 0.9% | 0.62% | - |
| HSV(B) | 165.68º | 0.72% | 0.96% | - |
| XYZ | 45.89 | 70.88 | 67.76 | - |
| YUV | 187.59 | 136.69 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 245 | 203 | 0.72 | 0 | 0.17 | 0.04 | 165.68 | 0.9 | 0.62 |
| Hex | 45 | F5 | CB | 48 | 0 | 11 | 4 | A6 | 5A | 3E |
| Octal | 105 | 365 | 313 | 110 | 0 | 21 | 4 | 246 | 132 | 76 |
| Binary | 1000101 | 11110101 | 11001011 | 1001000 | 0 | 10001 | 100 | 10100110 | 1011010 | 111110 |
Color Harmonies of #45F5CB
Complementary color
Monochromatic Colors of #45F5CB
Black with #45F5CB
Text Example
Text Example
White with #45F5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F5CB; }
p { color: rgb(69,245,203); }
H1.HeaderClassName
{
color: #45F5CB;
}
.AnyTagClassName
{
color: #45F5CB;
}
</style>
background-color css
<style>
a { background-color: #45F5CB; }
a { background-color: rgb(69,245,203); }
div.DivClassName
{
background-color: #45F5CB;
}
.BgClassName
{
background-color: #45F5CB;
}
</style>
border-color css
<style>
span { border-color: #45F5CB; }
span { border-color: rgb(69,245,203); }
td.TdClassName
{
border-color: #45F5CB;
}
.TagClassName
{
border-color: #45F5CB;
}
</style>