Shades of Turquoise Blue #74CFEC
Tints of Turquoise Blue #74CFEC
RGB
CMYK
RGB Variations
Color information
#74CFEC (or 0x74CFEC) is known color: Turquoise Blue. HEX triplet: 74, CF and EC. RGB value is (116,207,236). Sum of RGB (Red+Green+Blue) = 116+207+236=559 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.75% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #74CFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74CFEC is #8B3013. Grayscale: #B6B6B6. Windows color (decimal): -9121812 or 15519604. OLE color: 15519604.
HSL color Cylindrical-coordinate representation of color #74CFEC: hue angle of 194.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74CFEC is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 207 | 236 | - |
| CMYK | 0.51 | 0.12 | 0 | 0.07 |
| HSL | 194.5º | 0.76% | 0.69% | - |
| HSV(B) | 194.5º | 0.51% | 0.93% | - |
| XYZ | 44.66 | 54.39 | 87.5 | - |
| YUV | 183.1 | 157.85 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 236 | 0.51 | 0.12 | 0 | 0.07 | 194.5 | 0.76 | 0.69 |
| Hex | 74 | CF | EC | 33 | C | 0 | 7 | C2 | 4C | 45 |
| Octal | 164 | 317 | 354 | 63 | 14 | 0 | 7 | 302 | 114 | 105 |
| Binary | 1110100 | 11001111 | 11101100 | 110011 | 1100 | 0 | 111 | 11000010 | 1001100 | 1000101 |
Color Harmonies of #74CFEC
Complementary color
Monochromatic Colors of #74CFEC
Black with #74CFEC
Text Example
Text Example
White with #74CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CFEC; }
p { color: rgb(116,207,236); }
H1.HeaderClassName
{
color: #74CFEC;
}
.AnyTagClassName
{
color: #74CFEC;
}
</style>
background-color css
<style>
a { background-color: #74CFEC; }
a { background-color: rgb(116,207,236); }
div.DivClassName
{
background-color: #74CFEC;
}
.BgClassName
{
background-color: #74CFEC;
}
</style>
border-color css
<style>
span { border-color: #74CFEC; }
span { border-color: rgb(116,207,236); }
td.TdClassName
{
border-color: #74CFEC;
}
.TagClassName
{
border-color: #74CFEC;
}
</style>