Shades of Turquoise Blue #74CFEB
Tints of Turquoise Blue #74CFEB
RGB
CMYK
RGB Variations
Color information
#74CFEB (or 0x74CFEB) is known color: Turquoise Blue. HEX triplet: 74, CF and EB. RGB value is (116,207,235). Sum of RGB (Red+Green+Blue) = 116+207+235=558 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.79% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 235 - color contains mainly: blue. Hex color #74CFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74CFEB is #8B3014. Grayscale: #B6B6B6. Windows color (decimal): -9121813 or 15454068. OLE color: 15454068.
HSL color Cylindrical-coordinate representation of color #74CFEB: hue angle of 194.12º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74CFEB is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 207 | 235 | - |
| CMYK | 0.51 | 0.12 | 0 | 0.08 |
| HSL | 194.12º | 0.75% | 0.69% | - |
| HSV(B) | 194.12º | 0.51% | 0.92% | - |
| XYZ | 44.51 | 54.34 | 86.74 | - |
| YUV | 182.98 | 157.35 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 235 | 0.51 | 0.12 | 0 | 0.08 | 194.12 | 0.75 | 0.69 |
| Hex | 74 | CF | EB | 33 | C | 0 | 8 | C2 | 4B | 45 |
| Octal | 164 | 317 | 353 | 63 | 14 | 0 | 10 | 302 | 113 | 105 |
| Binary | 1110100 | 11001111 | 11101011 | 110011 | 1100 | 0 | 1000 | 11000010 | 1001011 | 1000101 |
Color Harmonies of #74CFEB
Complementary color
Monochromatic Colors of #74CFEB
Black with #74CFEB
Text Example
Text Example
White with #74CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CFEB; }
p { color: rgb(116,207,235); }
H1.HeaderClassName
{
color: #74CFEB;
}
.AnyTagClassName
{
color: #74CFEB;
}
</style>
background-color css
<style>
a { background-color: #74CFEB; }
a { background-color: rgb(116,207,235); }
div.DivClassName
{
background-color: #74CFEB;
}
.BgClassName
{
background-color: #74CFEB;
}
</style>
border-color css
<style>
span { border-color: #74CFEB; }
span { border-color: rgb(116,207,235); }
td.TdClassName
{
border-color: #74CFEB;
}
.TagClassName
{
border-color: #74CFEB;
}
</style>