Shades of Turquoise #45DFEC
Tints of Turquoise #45DFEC
RGB
CMYK
RGB Variations
Color information
#45DFEC (or 0x45DFEC) is known color: Turquoise. HEX triplet: 45, DF and EC. RGB value is (69,223,236). Sum of RGB (Red+Green+Blue) = 69+223+236=528 (69% of max value = 765). Red value is 69 (27.34% from 255 or 13.07% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #45DFEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45DFEC is #BA2013. Grayscale: #B2B2B2. Windows color (decimal): -12197908 or 15523653. OLE color: 15523653.
HSL color Cylindrical-coordinate representation of color #45DFEC: hue angle of 184.67º degrees, saturation: 0.81, 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 #45DFEC is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 223 | 236 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.07 |
| HSL | 184.67º | 0.81% | 0.6% | - |
| HSV(B) | 184.67º | 0.71% | 0.93% | - |
| XYZ | 43.98 | 60.1 | 88.64 | - |
| YUV | 178.44 | 160.48 | 49.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 223 | 236 | 0.71 | 0.06 | 0 | 0.07 | 184.67 | 0.81 | 0.6 |
| Hex | 45 | DF | EC | 47 | 6 | 0 | 7 | B9 | 51 | 3C |
| Octal | 105 | 337 | 354 | 107 | 6 | 0 | 7 | 271 | 121 | 74 |
| Binary | 1000101 | 11011111 | 11101100 | 1000111 | 110 | 0 | 111 | 10111001 | 1010001 | 111100 |
Color Harmonies of #45DFEC
Complementary color
Monochromatic Colors of #45DFEC
Black with #45DFEC
Text Example
Text Example
White with #45DFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DFEC; }
p { color: rgb(69,223,236); }
H1.HeaderClassName
{
color: #45DFEC;
}
.AnyTagClassName
{
color: #45DFEC;
}
</style>
background-color css
<style>
a { background-color: #45DFEC; }
a { background-color: rgb(69,223,236); }
div.DivClassName
{
background-color: #45DFEC;
}
.BgClassName
{
background-color: #45DFEC;
}
</style>
border-color css
<style>
span { border-color: #45DFEC; }
span { border-color: rgb(69,223,236); }
td.TdClassName
{
border-color: #45DFEC;
}
.TagClassName
{
border-color: #45DFEC;
}
</style>