Shades of Turquoise #45ECC4
Tints of Turquoise #45ECC4
RGB
CMYK
RGB Variations
Color information
#45ECC4 (or 0x45ECC4) is known color: Turquoise. HEX triplet: 45, EC and C4. RGB value is (69,236,196). Sum of RGB (Red+Green+Blue) = 69+236+196=501 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.77% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #45ECC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45ECC4 is #BA133B. Grayscale: #B5B5B5. Windows color (decimal): -12194620 or 12905541. OLE color: 12905541.
HSL color Cylindrical-coordinate representation of color #45ECC4: hue angle of 165.63º 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 #45ECC4 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 236 | 196 | - |
| CMYK | 0.71 | 0 | 0.17 | 0.07 |
| HSL | 165.63º | 0.81% | 0.6% | - |
| HSV(B) | 165.63º | 0.71% | 0.93% | - |
| XYZ | 42.41 | 65.24 | 62.58 | - |
| YUV | 181.51 | 136.17 | 47.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 236 | 196 | 0.71 | 0 | 0.17 | 0.07 | 165.63 | 0.81 | 0.6 |
| Hex | 45 | EC | C4 | 47 | 0 | 11 | 7 | A6 | 51 | 3C |
| Octal | 105 | 354 | 304 | 107 | 0 | 21 | 7 | 246 | 121 | 74 |
| Binary | 1000101 | 11101100 | 11000100 | 1000111 | 0 | 10001 | 111 | 10100110 | 1010001 | 111100 |
Color Harmonies of #45ECC4
Complementary color
Monochromatic Colors of #45ECC4
Black with #45ECC4
Text Example
Text Example
White with #45ECC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45ECC4; }
p { color: rgb(69,236,196); }
H1.HeaderClassName
{
color: #45ECC4;
}
.AnyTagClassName
{
color: #45ECC4;
}
</style>
background-color css
<style>
a { background-color: #45ECC4; }
a { background-color: rgb(69,236,196); }
div.DivClassName
{
background-color: #45ECC4;
}
.BgClassName
{
background-color: #45ECC4;
}
</style>
border-color css
<style>
span { border-color: #45ECC4; }
span { border-color: rgb(69,236,196); }
td.TdClassName
{
border-color: #45ECC4;
}
.TagClassName
{
border-color: #45ECC4;
}
</style>