Shades of Turquoise Blue #74DBEB
Tints of Turquoise Blue #74DBEB
RGB
CMYK
RGB Variations
Color information
#74DBEB (or 0x74DBEB) is known color: Turquoise Blue. HEX triplet: 74, DB and EB. RGB value is (116,219,235). Sum of RGB (Red+Green+Blue) = 116+219+235=570 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.35% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #74DBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DBEB is #8B2414. Grayscale: #BDBDBD. Windows color (decimal): -9118741 or 15457140. OLE color: 15457140.
HSL color Cylindrical-coordinate representation of color #74DBEB: hue angle of 188.07º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74DBEB is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 219 | 235 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.08 |
| HSL | 188.07º | 0.75% | 0.69% | - |
| HSV(B) | 188.07º | 0.51% | 0.92% | - |
| XYZ | 47.53 | 60.37 | 87.75 | - |
| YUV | 190.03 | 153.38 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 235 | 0.51 | 0.07 | 0 | 0.08 | 188.07 | 0.75 | 0.69 |
| Hex | 74 | DB | EB | 33 | 7 | 0 | 8 | BC | 4B | 45 |
| Octal | 164 | 333 | 353 | 63 | 7 | 0 | 10 | 274 | 113 | 105 |
| Binary | 1110100 | 11011011 | 11101011 | 110011 | 111 | 0 | 1000 | 10111100 | 1001011 | 1000101 |
Color Harmonies of #74DBEB
Complementary color
Monochromatic Colors of #74DBEB
Black with #74DBEB
Text Example
Text Example
White with #74DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DBEB; }
p { color: rgb(116,219,235); }
H1.HeaderClassName
{
color: #74DBEB;
}
.AnyTagClassName
{
color: #74DBEB;
}
</style>
background-color css
<style>
a { background-color: #74DBEB; }
a { background-color: rgb(116,219,235); }
div.DivClassName
{
background-color: #74DBEB;
}
.BgClassName
{
background-color: #74DBEB;
}
</style>
border-color css
<style>
span { border-color: #74DBEB; }
span { border-color: rgb(116,219,235); }
td.TdClassName
{
border-color: #74DBEB;
}
.TagClassName
{
border-color: #74DBEB;
}
</style>