Shades of Turquoise #45F6D3
Tints of Turquoise #45F6D3
RGB
CMYK
RGB Variations
Color information
#45F6D3 (or 0x45F6D3) is known color: Turquoise. HEX triplet: 45, F6 and D3. RGB value is (69,246,211). Sum of RGB (Red+Green+Blue) = 69+246+211=526 (69% of max value = 765). Red value is 69 (27.34% from 255 or 13.12% from 526); Green value is 246 (96.48% from 255 or 46.77% from 526); Blue value is 211 (82.81% from 255 or 40.11% from 526); Max value from RGB is 246 - color contains mainly: green. Hex color #45F6D3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45F6D3 is #BA092C. Grayscale: #BDBDBD. Windows color (decimal): -12192045 or 13891141. OLE color: 13891141.
HSL color Cylindrical-coordinate representation of color #45F6D3: hue angle of 168.14º 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 #45F6D3 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 69 | 246 | 211 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.04 |
| HSL | 168.14º | 0.91% | 0.62% | - |
| HSV(B) | 168.14º | 0.72% | 0.96% | - |
| XYZ | 47.17 | 71.88 | 73.02 | - |
| YUV | 189.09 | 140.36 | 42.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 246 | 211 | 0.72 | 0 | 0.14 | 0.04 | 168.14 | 0.91 | 0.62 |
| Hex | 45 | F6 | D3 | 48 | 0 | E | 4 | A8 | 5B | 3E |
| Octal | 105 | 366 | 323 | 110 | 0 | 16 | 4 | 250 | 133 | 76 |
| Binary | 1000101 | 11110110 | 11010011 | 1001000 | 0 | 1110 | 100 | 10101000 | 1011011 | 111110 |
Color Harmonies of #45F6D3
Complementary color
Monochromatic Colors of #45F6D3
Black with #45F6D3
Text Example
Text Example
White with #45F6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F6D3; }
p { color: rgb(69,246,211); }
H1.HeaderClassName
{
color: #45F6D3;
}
.AnyTagClassName
{
color: #45F6D3;
}
</style>
background-color css
<style>
a { background-color: #45F6D3; }
a { background-color: rgb(69,246,211); }
div.DivClassName
{
background-color: #45F6D3;
}
.BgClassName
{
background-color: #45F6D3;
}
</style>
border-color css
<style>
span { border-color: #45F6D3; }
span { border-color: rgb(69,246,211); }
td.TdClassName
{
border-color: #45F6D3;
}
.TagClassName
{
border-color: #45F6D3;
}
</style>