Shades of Turquoise Blue #74DFDF
Tints of Turquoise Blue #74DFDF
RGB
CMYK
RGB Variations
Color information
#74DFDF (or 0x74DFDF) is known color: Turquoise Blue. HEX triplet: 74, DF and DF. RGB value is (116,223,223). Sum of RGB (Red+Green+Blue) = 116+223+223=562 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.64% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #74DFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DFDF is #8B2020. Grayscale: #BEBEBE. Windows color (decimal): -9117729 or 14671732. OLE color: 14671732.
HSL color Cylindrical-coordinate representation of color #74DFDF: hue angle of 180º degrees, saturation: 0.63, 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 #74DFDF is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 223 | 223 | - |
| CMYK | 0.48 | 0 | 0 | 0.13 |
| HSL | 180º | 0.63% | 0.66% | - |
| HSV(B) | 180º | 0.48% | 0.87% | - |
| XYZ | 46.91 | 61.82 | 79.27 | - |
| YUV | 191.01 | 146.05 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 223 | 223 | 0.48 | 0 | 0 | 0.13 | 180 | 0.63 | 0.66 |
| Hex | 74 | DF | DF | 30 | 0 | 0 | D | B4 | 3F | 42 |
| Octal | 164 | 337 | 337 | 60 | 0 | 0 | 15 | 264 | 77 | 102 |
| Binary | 1110100 | 11011111 | 11011111 | 110000 | 0 | 0 | 1101 | 10110100 | 111111 | 1000010 |
Color Harmonies of #74DFDF
Complementary color
Monochromatic Colors of #74DFDF
Black with #74DFDF
Text Example
Text Example
White with #74DFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DFDF; }
p { color: rgb(116,223,223); }
H1.HeaderClassName
{
color: #74DFDF;
}
.AnyTagClassName
{
color: #74DFDF;
}
</style>
background-color css
<style>
a { background-color: #74DFDF; }
a { background-color: rgb(116,223,223); }
div.DivClassName
{
background-color: #74DFDF;
}
.BgClassName
{
background-color: #74DFDF;
}
</style>
border-color css
<style>
span { border-color: #74DFDF; }
span { border-color: rgb(116,223,223); }
td.TdClassName
{
border-color: #74DFDF;
}
.TagClassName
{
border-color: #74DFDF;
}
</style>