Shades of Turquoise Blue #74EAEA
Tints of Turquoise Blue #74EAEA
RGB
CMYK
RGB Variations
Color information
#74EAEA (or 0x74EAEA) is known color: Turquoise Blue. HEX triplet: 74, EA and EA. RGB value is (116,234,234). Sum of RGB (Red+Green+Blue) = 116+234+234=584 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.86% from 584); Green value is 234 (91.80% from 255 or 40.07% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #74EAEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74EAEA is #8B1515. Grayscale: #C6C6C6. Windows color (decimal): -9114902 or 15395444. OLE color: 15395444.
HSL color Cylindrical-coordinate representation of color #74EAEA: hue angle of 180º 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 #74EAEA is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 234 | 234 | - |
| CMYK | 0.50 | 0 | 0 | 0.08 |
| HSL | 180º | 0.74% | 0.69% | - |
| HSV(B) | 180º | 0.5% | 0.92% | - |
| XYZ | 51.48 | 68.5 | 88.35 | - |
| YUV | 198.72 | 147.91 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 234 | 234 | 0.50 | 0 | 0 | 0.08 | 180 | 0.74 | 0.69 |
| Hex | 74 | EA | EA | 32 | 0 | 0 | 8 | B4 | 4A | 45 |
| Octal | 164 | 352 | 352 | 62 | 0 | 0 | 10 | 264 | 112 | 105 |
| Binary | 1110100 | 11101010 | 11101010 | 110010 | 0 | 0 | 1000 | 10110100 | 1001010 | 1000101 |
Color Harmonies of #74EAEA
Complementary color
Monochromatic Colors of #74EAEA
Black with #74EAEA
Text Example
Text Example
White with #74EAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EAEA; }
p { color: rgb(116,234,234); }
H1.HeaderClassName
{
color: #74EAEA;
}
.AnyTagClassName
{
color: #74EAEA;
}
</style>
background-color css
<style>
a { background-color: #74EAEA; }
a { background-color: rgb(116,234,234); }
div.DivClassName
{
background-color: #74EAEA;
}
.BgClassName
{
background-color: #74EAEA;
}
</style>
border-color css
<style>
span { border-color: #74EAEA; }
span { border-color: rgb(116,234,234); }
td.TdClassName
{
border-color: #74EAEA;
}
.TagClassName
{
border-color: #74EAEA;
}
</style>