Shades of Turquoise Blue #74DCE7
Tints of Turquoise Blue #74DCE7
RGB
CMYK
RGB Variations
Color information
#74DCE7 (or 0x74DCE7) is known color: Turquoise Blue. HEX triplet: 74, DC and E7. RGB value is (116,220,231). Sum of RGB (Red+Green+Blue) = 116+220+231=567 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.46% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 231 (90.62% from 255 or 40.74% from 567); Max value from RGB is 231 - color contains mainly: blue. Hex color #74DCE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DCE7 is #8B2318. Grayscale: #BEBEBE. Windows color (decimal): -9118489 or 15195252. OLE color: 15195252.
HSL color Cylindrical-coordinate representation of color #74DCE7: hue angle of 185.74º 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 #74DCE7 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 220 | 231 | - |
| CMYK | 0.50 | 0.05 | 0 | 0.09 |
| HSL | 185.74º | 0.71% | 0.68% | - |
| HSV(B) | 185.74º | 0.5% | 0.91% | - |
| XYZ | 47.22 | 60.67 | 84.82 | - |
| YUV | 190.16 | 151.04 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 231 | 0.50 | 0.05 | 0 | 0.09 | 185.74 | 0.71 | 0.68 |
| Hex | 74 | DC | E7 | 32 | 5 | 0 | 9 | BA | 47 | 44 |
| Octal | 164 | 334 | 347 | 62 | 5 | 0 | 11 | 272 | 107 | 104 |
| Binary | 1110100 | 11011100 | 11100111 | 110010 | 101 | 0 | 1001 | 10111010 | 1000111 | 1000100 |
Color Harmonies of #74DCE7
Complementary color
Monochromatic Colors of #74DCE7
Black with #74DCE7
Text Example
Text Example
White with #74DCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DCE7; }
p { color: rgb(116,220,231); }
H1.HeaderClassName
{
color: #74DCE7;
}
.AnyTagClassName
{
color: #74DCE7;
}
</style>
background-color css
<style>
a { background-color: #74DCE7; }
a { background-color: rgb(116,220,231); }
div.DivClassName
{
background-color: #74DCE7;
}
.BgClassName
{
background-color: #74DCE7;
}
</style>
border-color css
<style>
span { border-color: #74DCE7; }
span { border-color: rgb(116,220,231); }
td.TdClassName
{
border-color: #74DCE7;
}
.TagClassName
{
border-color: #74DCE7;
}
</style>