Shades of Turquoise Blue #74DEDA
Tints of Turquoise Blue #74DEDA
RGB
CMYK
RGB Variations
Color information
#74DEDA (or 0x74DEDA) is known color: Turquoise Blue. HEX triplet: 74, DE and DA. RGB value is (116,222,218). Sum of RGB (Red+Green+Blue) = 116+222+218=556 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.86% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 222 - color contains mainly: green. Hex color #74DEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DEDA is #8B2125. Grayscale: #BDBDBD. Windows color (decimal): -9117990 or 14343796. OLE color: 14343796.
HSL color Cylindrical-coordinate representation of color #74DEDA: hue angle of 177.74º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DEDA is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 222 | 218 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.13 |
| HSL | 177.74º | 0.62% | 0.66% | - |
| HSV(B) | 177.74º | 0.48% | 0.87% | - |
| XYZ | 45.98 | 61.02 | 75.68 | - |
| YUV | 189.85 | 143.88 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 222 | 218 | 0.48 | 0 | 0.02 | 0.13 | 177.74 | 0.62 | 0.66 |
| Hex | 74 | DE | DA | 30 | 0 | 2 | D | B2 | 3E | 42 |
| Octal | 164 | 336 | 332 | 60 | 0 | 2 | 15 | 262 | 76 | 102 |
| Binary | 1110100 | 11011110 | 11011010 | 110000 | 0 | 10 | 1101 | 10110010 | 111110 | 1000010 |
Color Harmonies of #74DEDA
Complementary color
Monochromatic Colors of #74DEDA
Black with #74DEDA
Text Example
Text Example
White with #74DEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DEDA; }
p { color: rgb(116,222,218); }
H1.HeaderClassName
{
color: #74DEDA;
}
.AnyTagClassName
{
color: #74DEDA;
}
</style>
background-color css
<style>
a { background-color: #74DEDA; }
a { background-color: rgb(116,222,218); }
div.DivClassName
{
background-color: #74DEDA;
}
.BgClassName
{
background-color: #74DEDA;
}
</style>
border-color css
<style>
span { border-color: #74DEDA; }
span { border-color: rgb(116,222,218); }
td.TdClassName
{
border-color: #74DEDA;
}
.TagClassName
{
border-color: #74DEDA;
}
</style>