Shades of Turquoise Blue #74DEFF
Tints of Turquoise Blue #74DEFF
RGB
CMYK
RGB Variations
Color information
#74DEFF (or 0x74DEFF) is known color: Turquoise Blue. HEX triplet: 74, DE and FF. RGB value is (116,222,255). Sum of RGB (Red+Green+Blue) = 116+222+255=593 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.56% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #74DEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DEFF is #8B2100. Grayscale: #C1C1C1. Windows color (decimal): -9117953 or 16768628. OLE color: 16768628.
HSL color Cylindrical-coordinate representation of color #74DEFF: hue angle of 194.24º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74DEFF is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 222 | 255 | - |
| CMYK | 0.55 | 0.13 | 0 | 0 |
| HSL | 194.24º | 1% | 0.73% | - |
| HSV(B) | 194.24º | 0.55% | 1% | - |
| XYZ | 51.37 | 63.18 | 104.09 | - |
| YUV | 194.07 | 162.38 | 72.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 222 | 255 | 0.55 | 0.13 | 0 | 0 | 194.24 | 1 | 0.73 |
| Hex | 74 | DE | FF | 37 | D | 0 | 0 | C2 | 64 | 49 |
| Octal | 164 | 336 | 377 | 67 | 15 | 0 | 0 | 302 | 144 | 111 |
| Binary | 1110100 | 11011110 | 11111111 | 110111 | 1101 | 0 | 0 | 11000010 | 1100100 | 1001001 |
Color Harmonies of #74DEFF
Complementary color
Monochromatic Colors of #74DEFF
Black with #74DEFF
Text Example
Text Example
White with #74DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DEFF; }
p { color: rgb(116,222,255); }
H1.HeaderClassName
{
color: #74DEFF;
}
.AnyTagClassName
{
color: #74DEFF;
}
</style>
background-color css
<style>
a { background-color: #74DEFF; }
a { background-color: rgb(116,222,255); }
div.DivClassName
{
background-color: #74DEFF;
}
.BgClassName
{
background-color: #74DEFF;
}
</style>
border-color css
<style>
span { border-color: #74DEFF; }
span { border-color: rgb(116,222,255); }
td.TdClassName
{
border-color: #74DEFF;
}
.TagClassName
{
border-color: #74DEFF;
}
</style>