Shades of Turquoise #45EECF
Tints of Turquoise #45EECF
RGB
CMYK
RGB Variations
Color information
#45EECF (or 0x45EECF) is known color: Turquoise. HEX triplet: 45, EE and CF. RGB value is (69,238,207). Sum of RGB (Red+Green+Blue) = 69+238+207=514 (68% of max value = 765). Red value is 69 (27.34% from 255 or 13.42% from 514); Green value is 238 (93.36% from 255 or 46.30% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 238 - color contains mainly: green. Hex color #45EECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45EECF is #BA1130. Grayscale: #B7B7B7. Windows color (decimal): -12194097 or 13626949. OLE color: 13626949.
HSL color Cylindrical-coordinate representation of color #45EECF: hue angle of 168.99º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EECF is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 238 | 207 | - |
| CMYK | 0.71 | 0 | 0.13 | 0.07 |
| HSL | 168.99º | 0.83% | 0.6% | - |
| HSV(B) | 168.99º | 0.71% | 0.93% | - |
| XYZ | 44.29 | 66.92 | 69.61 | - |
| YUV | 183.94 | 141.01 | 46.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 238 | 207 | 0.71 | 0 | 0.13 | 0.07 | 168.99 | 0.83 | 0.6 |
| Hex | 45 | EE | CF | 47 | 0 | D | 7 | A9 | 53 | 3C |
| Octal | 105 | 356 | 317 | 107 | 0 | 15 | 7 | 251 | 123 | 74 |
| Binary | 1000101 | 11101110 | 11001111 | 1000111 | 0 | 1101 | 111 | 10101001 | 1010011 | 111100 |
Color Harmonies of #45EECF
Complementary color
Monochromatic Colors of #45EECF
Black with #45EECF
Text Example
Text Example
White with #45EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EECF; }
p { color: rgb(69,238,207); }
H1.HeaderClassName
{
color: #45EECF;
}
.AnyTagClassName
{
color: #45EECF;
}
</style>
background-color css
<style>
a { background-color: #45EECF; }
a { background-color: rgb(69,238,207); }
div.DivClassName
{
background-color: #45EECF;
}
.BgClassName
{
background-color: #45EECF;
}
</style>
border-color css
<style>
span { border-color: #45EECF; }
span { border-color: rgb(69,238,207); }
td.TdClassName
{
border-color: #45EECF;
}
.TagClassName
{
border-color: #45EECF;
}
</style>