Shades of Turquoise Blue #74DBEA
Tints of Turquoise Blue #74DBEA
RGB
CMYK
RGB Variations
Color information
#74DBEA (or 0x74DBEA) is known color: Turquoise Blue. HEX triplet: 74, DB and EA. RGB value is (116,219,234). Sum of RGB (Red+Green+Blue) = 116+219+234=569 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.39% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #74DBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DBEA is #8B2415. Grayscale: #BDBDBD. Windows color (decimal): -9118742 or 15391604. OLE color: 15391604.
HSL color Cylindrical-coordinate representation of color #74DBEA: hue angle of 187.63º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74DBEA is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 219 | 234 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.08 |
| HSL | 187.63º | 0.74% | 0.69% | - |
| HSV(B) | 187.63º | 0.5% | 0.92% | - |
| XYZ | 47.39 | 60.32 | 86.99 | - |
| YUV | 189.91 | 152.88 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 234 | 0.50 | 0.06 | 0 | 0.08 | 187.63 | 0.74 | 0.69 |
| Hex | 74 | DB | EA | 32 | 6 | 0 | 8 | BC | 4A | 45 |
| Octal | 164 | 333 | 352 | 62 | 6 | 0 | 10 | 274 | 112 | 105 |
| Binary | 1110100 | 11011011 | 11101010 | 110010 | 110 | 0 | 1000 | 10111100 | 1001010 | 1000101 |
Color Harmonies of #74DBEA
Complementary color
Monochromatic Colors of #74DBEA
Black with #74DBEA
Text Example
Text Example
White with #74DBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DBEA; }
p { color: rgb(116,219,234); }
H1.HeaderClassName
{
color: #74DBEA;
}
.AnyTagClassName
{
color: #74DBEA;
}
</style>
background-color css
<style>
a { background-color: #74DBEA; }
a { background-color: rgb(116,219,234); }
div.DivClassName
{
background-color: #74DBEA;
}
.BgClassName
{
background-color: #74DBEA;
}
</style>
border-color css
<style>
span { border-color: #74DBEA; }
span { border-color: rgb(116,219,234); }
td.TdClassName
{
border-color: #74DBEA;
}
.TagClassName
{
border-color: #74DBEA;
}
</style>