Shades of Turquoise #45F9D4
Tints of Turquoise #45F9D4
RGB
CMYK
RGB Variations
Color information
#45F9D4 (or 0x45F9D4) is known color: Turquoise. HEX triplet: 45, F9 and D4. RGB value is (69,249,212). Sum of RGB (Red+Green+Blue) = 69+249+212=530 (70% of max value = 765). Red value is 69 (27.34% from 255 or 13.02% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 212 (83.20% from 255 or 40% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #45F9D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45F9D4 is #BA062B. Grayscale: #BEBEBE. Windows color (decimal): -12191276 or 13957445. OLE color: 13957445.
HSL color Cylindrical-coordinate representation of color #45F9D4: hue angle of 167.67º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45F9D4 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 249 | 212 | - |
| CMYK | 0.72 | 0 | 0.15 | 0.02 |
| HSL | 167.67º | 0.94% | 0.62% | - |
| HSV(B) | 167.67º | 0.72% | 0.98% | - |
| XYZ | 48.21 | 73.77 | 73.99 | - |
| YUV | 190.96 | 139.87 | 41.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 249 | 212 | 0.72 | 0 | 0.15 | 0.02 | 167.67 | 0.94 | 0.62 |
| Hex | 45 | F9 | D4 | 48 | 0 | F | 2 | A8 | 5E | 3E |
| Octal | 105 | 371 | 324 | 110 | 0 | 17 | 2 | 250 | 136 | 76 |
| Binary | 1000101 | 11111001 | 11010100 | 1001000 | 0 | 1111 | 10 | 10101000 | 1011110 | 111110 |
Color Harmonies of #45F9D4
Complementary color
Monochromatic Colors of #45F9D4
Black with #45F9D4
Text Example
Text Example
White with #45F9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F9D4; }
p { color: rgb(69,249,212); }
H1.HeaderClassName
{
color: #45F9D4;
}
.AnyTagClassName
{
color: #45F9D4;
}
</style>
background-color css
<style>
a { background-color: #45F9D4; }
a { background-color: rgb(69,249,212); }
div.DivClassName
{
background-color: #45F9D4;
}
.BgClassName
{
background-color: #45F9D4;
}
</style>
border-color css
<style>
span { border-color: #45F9D4; }
span { border-color: rgb(69,249,212); }
td.TdClassName
{
border-color: #45F9D4;
}
.TagClassName
{
border-color: #45F9D4;
}
</style>