Shades of Turquoise Blue #74DBF2
Tints of Turquoise Blue #74DBF2
RGB
CMYK
RGB Variations
Color information
#74DBF2 (or 0x74DBF2) is known color: Turquoise Blue. HEX triplet: 74, DB and F2. RGB value is (116,219,242). Sum of RGB (Red+Green+Blue) = 116+219+242=577 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.10% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 242 (94.92% from 255 or 41.94% from 577); Max value from RGB is 242 - color contains mainly: blue. Hex color #74DBF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DBF2 is #8B240D. Grayscale: #BEBEBE. Windows color (decimal): -9118734 or 15915892. OLE color: 15915892.
HSL color Cylindrical-coordinate representation of color #74DBF2: hue angle of 190.95º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74DBF2 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 219 | 242 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.05 |
| HSL | 190.95º | 0.83% | 0.7% | - |
| HSV(B) | 190.95º | 0.52% | 0.95% | - |
| XYZ | 48.56 | 60.79 | 93.18 | - |
| YUV | 190.83 | 156.88 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 242 | 0.52 | 0.10 | 0 | 0.05 | 190.95 | 0.83 | 0.7 |
| Hex | 74 | DB | F2 | 34 | A | 0 | 5 | BF | 53 | 46 |
| Octal | 164 | 333 | 362 | 64 | 12 | 0 | 5 | 277 | 123 | 106 |
| Binary | 1110100 | 11011011 | 11110010 | 110100 | 1010 | 0 | 101 | 10111111 | 1010011 | 1000110 |
Color Harmonies of #74DBF2
Complementary color
Monochromatic Colors of #74DBF2
Black with #74DBF2
Text Example
Text Example
White with #74DBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DBF2; }
p { color: rgb(116,219,242); }
H1.HeaderClassName
{
color: #74DBF2;
}
.AnyTagClassName
{
color: #74DBF2;
}
</style>
background-color css
<style>
a { background-color: #74DBF2; }
a { background-color: rgb(116,219,242); }
div.DivClassName
{
background-color: #74DBF2;
}
.BgClassName
{
background-color: #74DBF2;
}
</style>
border-color css
<style>
span { border-color: #74DBF2; }
span { border-color: rgb(116,219,242); }
td.TdClassName
{
border-color: #74DBF2;
}
.TagClassName
{
border-color: #74DBF2;
}
</style>