Shades of Turquoise Blue #74DFE7
Tints of Turquoise Blue #74DFE7
RGB
CMYK
RGB Variations
Color information
#74DFE7 (or 0x74DFE7) is known color: Turquoise Blue. HEX triplet: 74, DF and E7. RGB value is (116,223,231). Sum of RGB (Red+Green+Blue) = 116+223+231=570 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.35% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 231 (90.62% from 255 or 40.53% from 570); Max value from RGB is 231 - color contains mainly: blue. Hex color #74DFE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DFE7 is #8B2018. Grayscale: #BFBFBF. Windows color (decimal): -9117721 or 15196020. OLE color: 15196020.
HSL color Cylindrical-coordinate representation of color #74DFE7: hue angle of 184.17º 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 #74DFE7 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 223 | 231 | - |
| CMYK | 0.50 | 0.03 | 0 | 0.09 |
| HSL | 184.17º | 0.71% | 0.68% | - |
| HSV(B) | 184.17º | 0.5% | 0.91% | - |
| XYZ | 48.01 | 62.26 | 85.09 | - |
| YUV | 191.92 | 150.05 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 223 | 231 | 0.50 | 0.03 | 0 | 0.09 | 184.17 | 0.71 | 0.68 |
| Hex | 74 | DF | E7 | 32 | 3 | 0 | 9 | B8 | 47 | 44 |
| Octal | 164 | 337 | 347 | 62 | 3 | 0 | 11 | 270 | 107 | 104 |
| Binary | 1110100 | 11011111 | 11100111 | 110010 | 11 | 0 | 1001 | 10111000 | 1000111 | 1000100 |
Color Harmonies of #74DFE7
Complementary color
Monochromatic Colors of #74DFE7
Black with #74DFE7
Text Example
Text Example
White with #74DFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DFE7; }
p { color: rgb(116,223,231); }
H1.HeaderClassName
{
color: #74DFE7;
}
.AnyTagClassName
{
color: #74DFE7;
}
</style>
background-color css
<style>
a { background-color: #74DFE7; }
a { background-color: rgb(116,223,231); }
div.DivClassName
{
background-color: #74DFE7;
}
.BgClassName
{
background-color: #74DFE7;
}
</style>
border-color css
<style>
span { border-color: #74DFE7; }
span { border-color: rgb(116,223,231); }
td.TdClassName
{
border-color: #74DFE7;
}
.TagClassName
{
border-color: #74DFE7;
}
</style>