Shades of Medium Turquoise #36CFDF
Tints of Medium Turquoise #36CFDF
RGB
CMYK
RGB Variations
Color information
#36CFDF (or 0x36CFDF) is known color: Medium Turquoise. HEX triplet: 36, CF and DF. RGB value is (54,207,223). Sum of RGB (Red+Green+Blue) = 54+207+223=484 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.16% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #36CFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CFDF is #C93020. Grayscale: #A2A2A2. Windows color (decimal): -13185057 or 14667574. OLE color: 14667574.
HSL color Cylindrical-coordinate representation of color #36CFDF: hue angle of 185.68º 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 #36CFDF is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 207 | 223 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.13 |
| HSL | 185.68º | 0.73% | 0.54% | - |
| HSV(B) | 185.68º | 0.76% | 0.87% | - |
| XYZ | 37.15 | 50.74 | 77.65 | - |
| YUV | 163.08 | 161.81 | 50.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 207 | 223 | 0.76 | 0.07 | 0 | 0.13 | 185.68 | 0.73 | 0.54 |
| Hex | 36 | CF | DF | 4C | 7 | 0 | D | BA | 49 | 36 |
| Octal | 66 | 317 | 337 | 114 | 7 | 0 | 15 | 272 | 111 | 66 |
| Binary | 110110 | 11001111 | 11011111 | 1001100 | 111 | 0 | 1101 | 10111010 | 1001001 | 110110 |
Color Harmonies of #36CFDF
Complementary color
Monochromatic Colors of #36CFDF
Black with #36CFDF
Text Example
Text Example
White with #36CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CFDF; }
p { color: rgb(54,207,223); }
H1.HeaderClassName
{
color: #36CFDF;
}
.AnyTagClassName
{
color: #36CFDF;
}
</style>
background-color css
<style>
a { background-color: #36CFDF; }
a { background-color: rgb(54,207,223); }
div.DivClassName
{
background-color: #36CFDF;
}
.BgClassName
{
background-color: #36CFDF;
}
</style>
border-color css
<style>
span { border-color: #36CFDF; }
span { border-color: rgb(54,207,223); }
td.TdClassName
{
border-color: #36CFDF;
}
.TagClassName
{
border-color: #36CFDF;
}
</style>