Shades of Turquoise Blue #74DCEA
Tints of Turquoise Blue #74DCEA
RGB
CMYK
RGB Variations
Color information
#74DCEA (or 0x74DCEA) is known color: Turquoise Blue. HEX triplet: 74, DC and EA. RGB value is (116,220,234). Sum of RGB (Red+Green+Blue) = 116+220+234=570 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.35% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #74DCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DCEA is #8B2315. Grayscale: #BEBEBE. Windows color (decimal): -9118486 or 15391860. OLE color: 15391860.
HSL color Cylindrical-coordinate representation of color #74DCEA: hue angle of 187.12º 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 #74DCEA is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 220 | 234 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.08 |
| HSL | 187.12º | 0.74% | 0.69% | - |
| HSV(B) | 187.12º | 0.5% | 0.92% | - |
| XYZ | 47.65 | 60.84 | 87.07 | - |
| YUV | 190.5 | 152.54 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 234 | 0.50 | 0.06 | 0 | 0.08 | 187.12 | 0.74 | 0.69 |
| Hex | 74 | DC | EA | 32 | 6 | 0 | 8 | BB | 4A | 45 |
| Octal | 164 | 334 | 352 | 62 | 6 | 0 | 10 | 273 | 112 | 105 |
| Binary | 1110100 | 11011100 | 11101010 | 110010 | 110 | 0 | 1000 | 10111011 | 1001010 | 1000101 |
Color Harmonies of #74DCEA
Complementary color
Monochromatic Colors of #74DCEA
Black with #74DCEA
Text Example
Text Example
White with #74DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DCEA; }
p { color: rgb(116,220,234); }
H1.HeaderClassName
{
color: #74DCEA;
}
.AnyTagClassName
{
color: #74DCEA;
}
</style>
background-color css
<style>
a { background-color: #74DCEA; }
a { background-color: rgb(116,220,234); }
div.DivClassName
{
background-color: #74DCEA;
}
.BgClassName
{
background-color: #74DCEA;
}
</style>
border-color css
<style>
span { border-color: #74DCEA; }
span { border-color: rgb(116,220,234); }
td.TdClassName
{
border-color: #74DCEA;
}
.TagClassName
{
border-color: #74DCEA;
}
</style>