Shades of Turquoise #45E6CF
Tints of Turquoise #45E6CF
RGB
CMYK
RGB Variations
Color information
#45E6CF (or 0x45E6CF) is known color: Turquoise. HEX triplet: 45, E6 and CF. RGB value is (69,230,207). Sum of RGB (Red+Green+Blue) = 69+230+207=506 (67% of max value = 765). Red value is 69 (27.34% from 255 or 13.64% from 506); Green value is 230 (90.23% from 255 or 45.45% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 230 - color contains mainly: green. Hex color #45E6CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45E6CF is #BA1930. Grayscale: #B3B3B3. Windows color (decimal): -12196145 or 13624901. OLE color: 13624901.
HSL color Cylindrical-coordinate representation of color #45E6CF: hue angle of 171.43º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E6CF is Cyan = 0.7, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 230 | 207 | - |
| CMYK | 0.7 | 0 | 0.10 | 0.10 |
| HSL | 171.43º | 0.76% | 0.59% | - |
| HSV(B) | 171.43º | 0.7% | 0.9% | - |
| XYZ | 42.01 | 62.36 | 68.85 | - |
| YUV | 179.24 | 143.66 | 49.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 230 | 207 | 0.7 | 0 | 0.10 | 0.10 | 171.43 | 0.76 | 0.59 |
| Hex | 45 | E6 | CF | 46 | 0 | A | A | AB | 4C | 3B |
| Octal | 105 | 346 | 317 | 106 | 0 | 12 | 12 | 253 | 114 | 73 |
| Binary | 1000101 | 11100110 | 11001111 | 1000110 | 0 | 1010 | 1010 | 10101011 | 1001100 | 111011 |
Color Harmonies of #45E6CF
Complementary color
Monochromatic Colors of #45E6CF
Black with #45E6CF
Text Example
Text Example
White with #45E6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E6CF; }
p { color: rgb(69,230,207); }
H1.HeaderClassName
{
color: #45E6CF;
}
.AnyTagClassName
{
color: #45E6CF;
}
</style>
background-color css
<style>
a { background-color: #45E6CF; }
a { background-color: rgb(69,230,207); }
div.DivClassName
{
background-color: #45E6CF;
}
.BgClassName
{
background-color: #45E6CF;
}
</style>
border-color css
<style>
span { border-color: #45E6CF; }
span { border-color: rgb(69,230,207); }
td.TdClassName
{
border-color: #45E6CF;
}
.TagClassName
{
border-color: #45E6CF;
}
</style>