Shades of Turquoise Blue #74DBE7
Tints of Turquoise Blue #74DBE7
RGB
CMYK
RGB Variations
Color information
#74DBE7 (or 0x74DBE7) is known color: Turquoise Blue. HEX triplet: 74, DB and E7. RGB value is (116,219,231). Sum of RGB (Red+Green+Blue) = 116+219+231=566 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.49% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 231 (90.62% from 255 or 40.81% from 566); Max value from RGB is 231 - color contains mainly: blue. Hex color #74DBE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DBE7 is #8B2418. Grayscale: #BDBDBD. Windows color (decimal): -9118745 or 15194996. OLE color: 15194996.
HSL color Cylindrical-coordinate representation of color #74DBE7: hue angle of 186.26º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74DBE7 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 219 | 231 | - |
| CMYK | 0.50 | 0.05 | 0 | 0.09 |
| HSL | 186.26º | 0.71% | 0.68% | - |
| HSV(B) | 186.26º | 0.5% | 0.91% | - |
| XYZ | 46.96 | 60.15 | 84.74 | - |
| YUV | 189.57 | 151.38 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 231 | 0.50 | 0.05 | 0 | 0.09 | 186.26 | 0.71 | 0.68 |
| Hex | 74 | DB | E7 | 32 | 5 | 0 | 9 | BA | 47 | 44 |
| Octal | 164 | 333 | 347 | 62 | 5 | 0 | 11 | 272 | 107 | 104 |
| Binary | 1110100 | 11011011 | 11100111 | 110010 | 101 | 0 | 1001 | 10111010 | 1000111 | 1000100 |
Color Harmonies of #74DBE7
Complementary color
Monochromatic Colors of #74DBE7
Black with #74DBE7
Text Example
Text Example
White with #74DBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DBE7; }
p { color: rgb(116,219,231); }
H1.HeaderClassName
{
color: #74DBE7;
}
.AnyTagClassName
{
color: #74DBE7;
}
</style>
background-color css
<style>
a { background-color: #74DBE7; }
a { background-color: rgb(116,219,231); }
div.DivClassName
{
background-color: #74DBE7;
}
.BgClassName
{
background-color: #74DBE7;
}
</style>
border-color css
<style>
span { border-color: #74DBE7; }
span { border-color: rgb(116,219,231); }
td.TdClassName
{
border-color: #74DBE7;
}
.TagClassName
{
border-color: #74DBE7;
}
</style>