Shades of Turquoise #45F6D2
Tints of Turquoise #45F6D2
RGB
CMYK
RGB Variations
Color information
#45F6D2 (or 0x45F6D2) is known color: Turquoise. HEX triplet: 45, F6 and D2. RGB value is (69,246,210). Sum of RGB (Red+Green+Blue) = 69+246+210=525 (69% of max value = 765). Red value is 69 (27.34% from 255 or 13.14% from 525); Green value is 246 (96.48% from 255 or 46.86% from 525); Blue value is 210 (82.42% from 255 or 40% from 525); Max value from RGB is 246 - color contains mainly: green. Hex color #45F6D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45F6D2 is #BA092D. Grayscale: #BCBCBC. Windows color (decimal): -12192046 or 13825605. OLE color: 13825605.
HSL color Cylindrical-coordinate representation of color #45F6D2: hue angle of 167.8º degrees, saturation: 0.91, 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 #45F6D2 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 69 | 246 | 210 | - |
| CMYK | 0.72 | 0 | 0.15 | 0.04 |
| HSL | 167.8º | 0.91% | 0.62% | - |
| HSV(B) | 167.8º | 0.72% | 0.96% | - |
| XYZ | 47.04 | 71.83 | 72.36 | - |
| YUV | 188.97 | 139.86 | 42.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 246 | 210 | 0.72 | 0 | 0.15 | 0.04 | 167.8 | 0.91 | 0.62 |
| Hex | 45 | F6 | D2 | 48 | 0 | F | 4 | A8 | 5B | 3E |
| Octal | 105 | 366 | 322 | 110 | 0 | 17 | 4 | 250 | 133 | 76 |
| Binary | 1000101 | 11110110 | 11010010 | 1001000 | 0 | 1111 | 100 | 10101000 | 1011011 | 111110 |
Color Harmonies of #45F6D2
Complementary color
Monochromatic Colors of #45F6D2
Black with #45F6D2
Text Example
Text Example
White with #45F6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F6D2; }
p { color: rgb(69,246,210); }
H1.HeaderClassName
{
color: #45F6D2;
}
.AnyTagClassName
{
color: #45F6D2;
}
</style>
background-color css
<style>
a { background-color: #45F6D2; }
a { background-color: rgb(69,246,210); }
div.DivClassName
{
background-color: #45F6D2;
}
.BgClassName
{
background-color: #45F6D2;
}
</style>
border-color css
<style>
span { border-color: #45F6D2; }
span { border-color: rgb(69,246,210); }
td.TdClassName
{
border-color: #45F6D2;
}
.TagClassName
{
border-color: #45F6D2;
}
</style>