Shades of Turquoise Blue #74D2EA
Tints of Turquoise Blue #74D2EA
RGB
CMYK
RGB Variations
Color information
#74D2EA (or 0x74D2EA) is known color: Turquoise Blue. HEX triplet: 74, D2 and EA. RGB value is (116,210,234). Sum of RGB (Red+Green+Blue) = 116+210+234=560 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.71% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #74D2EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74D2EA is #8B2D15. Grayscale: #B8B8B8. Windows color (decimal): -9121046 or 15389300. OLE color: 15389300.
HSL color Cylindrical-coordinate representation of color #74D2EA: hue angle of 192.2º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74D2EA is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 210 | 234 | - |
| CMYK | 0.50 | 0.10 | 0 | 0.08 |
| HSL | 192.2º | 0.74% | 0.69% | - |
| HSV(B) | 192.2º | 0.5% | 0.92% | - |
| XYZ | 45.1 | 55.75 | 86.23 | - |
| YUV | 184.63 | 155.86 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 210 | 234 | 0.50 | 0.10 | 0 | 0.08 | 192.2 | 0.74 | 0.69 |
| Hex | 74 | D2 | EA | 32 | A | 0 | 8 | C0 | 4A | 45 |
| Octal | 164 | 322 | 352 | 62 | 12 | 0 | 10 | 300 | 112 | 105 |
| Binary | 1110100 | 11010010 | 11101010 | 110010 | 1010 | 0 | 1000 | 11000000 | 1001010 | 1000101 |
Color Harmonies of #74D2EA
Complementary color
Monochromatic Colors of #74D2EA
Black with #74D2EA
Text Example
Text Example
White with #74D2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D2EA; }
p { color: rgb(116,210,234); }
H1.HeaderClassName
{
color: #74D2EA;
}
.AnyTagClassName
{
color: #74D2EA;
}
</style>
background-color css
<style>
a { background-color: #74D2EA; }
a { background-color: rgb(116,210,234); }
div.DivClassName
{
background-color: #74D2EA;
}
.BgClassName
{
background-color: #74D2EA;
}
</style>
border-color css
<style>
span { border-color: #74D2EA; }
span { border-color: rgb(116,210,234); }
td.TdClassName
{
border-color: #74D2EA;
}
.TagClassName
{
border-color: #74D2EA;
}
</style>