Shades of Turquoise #36DEDF
Tints of Turquoise #36DEDF
RGB
CMYK
RGB Variations
Color information
#36DEDF (or 0x36DEDF) is known color: Turquoise. HEX triplet: 36, DE and DF. RGB value is (54,222,223). Sum of RGB (Red+Green+Blue) = 54+222+223=499 (66% of max value = 765). Red value is 54 (21.48% from 255 or 10.82% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #36DEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DEDF is #C92120. Grayscale: #ABABAB. Windows color (decimal): -13181217 or 14671414. OLE color: 14671414.
HSL color Cylindrical-coordinate representation of color #36DEDF: hue angle of 180.36º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36DEDF is Cyan = 0.76, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 222 | 223 | - |
| CMYK | 0.76 | 0.00 | 0 | 0.13 |
| HSL | 180.36º | 0.73% | 0.54% | - |
| HSV(B) | 180.36º | 0.76% | 0.87% | - |
| XYZ | 40.96 | 58.35 | 78.92 | - |
| YUV | 171.88 | 156.84 | 43.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 222 | 223 | 0.76 | 0.00 | 0 | 0.13 | 180.36 | 0.73 | 0.54 |
| Hex | 36 | DE | DF | 4C | 0 | 0 | D | B4 | 49 | 36 |
| Octal | 66 | 336 | 337 | 114 | 0 | 0 | 15 | 264 | 111 | 66 |
| Binary | 110110 | 11011110 | 11011111 | 1001100 | 0 | 0 | 1101 | 10110100 | 1001001 | 110110 |
Color Harmonies of #36DEDF
Complementary color
Monochromatic Colors of #36DEDF
Black with #36DEDF
Text Example
Text Example
White with #36DEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DEDF; }
p { color: rgb(54,222,223); }
H1.HeaderClassName
{
color: #36DEDF;
}
.AnyTagClassName
{
color: #36DEDF;
}
</style>
background-color css
<style>
a { background-color: #36DEDF; }
a { background-color: rgb(54,222,223); }
div.DivClassName
{
background-color: #36DEDF;
}
.BgClassName
{
background-color: #36DEDF;
}
</style>
border-color css
<style>
span { border-color: #36DEDF; }
span { border-color: rgb(54,222,223); }
td.TdClassName
{
border-color: #36DEDF;
}
.TagClassName
{
border-color: #36DEDF;
}
</style>