Shades of Turquoise Blue #74DBEF
Tints of Turquoise Blue #74DBEF
RGB
CMYK
RGB Variations
Color information
#74DBEF (or 0x74DBEF) is known color: Turquoise Blue. HEX triplet: 74, DB and EF. RGB value is (116,219,239). Sum of RGB (Red+Green+Blue) = 116+219+239=574 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.21% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #74DBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DBEF is #8B2410. Grayscale: #BEBEBE. Windows color (decimal): -9118737 or 15719284. OLE color: 15719284.
HSL color Cylindrical-coordinate representation of color #74DBEF: hue angle of 189.76º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74DBEF is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 219 | 239 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.06 |
| HSL | 189.76º | 0.79% | 0.7% | - |
| HSV(B) | 189.76º | 0.51% | 0.94% | - |
| XYZ | 48.11 | 60.61 | 90.82 | - |
| YUV | 190.48 | 155.38 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 239 | 0.51 | 0.08 | 0 | 0.06 | 189.76 | 0.79 | 0.7 |
| Hex | 74 | DB | EF | 33 | 8 | 0 | 6 | BE | 4F | 46 |
| Octal | 164 | 333 | 357 | 63 | 10 | 0 | 6 | 276 | 117 | 106 |
| Binary | 1110100 | 11011011 | 11101111 | 110011 | 1000 | 0 | 110 | 10111110 | 1001111 | 1000110 |
Color Harmonies of #74DBEF
Complementary color
Monochromatic Colors of #74DBEF
Black with #74DBEF
Text Example
Text Example
White with #74DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DBEF; }
p { color: rgb(116,219,239); }
H1.HeaderClassName
{
color: #74DBEF;
}
.AnyTagClassName
{
color: #74DBEF;
}
</style>
background-color css
<style>
a { background-color: #74DBEF; }
a { background-color: rgb(116,219,239); }
div.DivClassName
{
background-color: #74DBEF;
}
.BgClassName
{
background-color: #74DBEF;
}
</style>
border-color css
<style>
span { border-color: #74DBEF; }
span { border-color: rgb(116,219,239); }
td.TdClassName
{
border-color: #74DBEF;
}
.TagClassName
{
border-color: #74DBEF;
}
</style>