Shades of Turquoise Blue #74DBFC
Tints of Turquoise Blue #74DBFC
RGB
CMYK
RGB Variations
Color information
#74DBFC (or 0x74DBFC) is known color: Turquoise Blue. HEX triplet: 74, DB and FC. RGB value is (116,219,252). Sum of RGB (Red+Green+Blue) = 116+219+252=587 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.76% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #74DBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DBFC is #8B2403. Grayscale: #BFBFBF. Windows color (decimal): -9118724 or 16571252. OLE color: 16571252.
HSL color Cylindrical-coordinate representation of color #74DBFC: hue angle of 194.56º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74DBFC is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 219 | 252 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.01 |
| HSL | 194.56º | 0.96% | 0.72% | - |
| HSV(B) | 194.56º | 0.54% | 0.99% | - |
| XYZ | 50.1 | 61.4 | 101.31 | - |
| YUV | 191.97 | 161.88 | 73.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 252 | 0.54 | 0.13 | 0 | 0.01 | 194.56 | 0.96 | 0.72 |
| Hex | 74 | DB | FC | 36 | D | 0 | 1 | C3 | 60 | 48 |
| Octal | 164 | 333 | 374 | 66 | 15 | 0 | 1 | 303 | 140 | 110 |
| Binary | 1110100 | 11011011 | 11111100 | 110110 | 1101 | 0 | 1 | 11000011 | 1100000 | 1001000 |
Color Harmonies of #74DBFC
Complementary color
Monochromatic Colors of #74DBFC
Black with #74DBFC
Text Example
Text Example
White with #74DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DBFC; }
p { color: rgb(116,219,252); }
H1.HeaderClassName
{
color: #74DBFC;
}
.AnyTagClassName
{
color: #74DBFC;
}
</style>
background-color css
<style>
a { background-color: #74DBFC; }
a { background-color: rgb(116,219,252); }
div.DivClassName
{
background-color: #74DBFC;
}
.BgClassName
{
background-color: #74DBFC;
}
</style>
border-color css
<style>
span { border-color: #74DBFC; }
span { border-color: rgb(116,219,252); }
td.TdClassName
{
border-color: #74DBFC;
}
.TagClassName
{
border-color: #74DBFC;
}
</style>