Shades of Medium Turquoise #36CBDF
Tints of Medium Turquoise #36CBDF
RGB
CMYK
RGB Variations
Color information
#36CBDF (or 0x36CBDF) is known color: Medium Turquoise. HEX triplet: 36, CB and DF. RGB value is (54,203,223). Sum of RGB (Red+Green+Blue) = 54+203+223=480 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.25% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #36CBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CBDF is #C93420. Grayscale: #A0A0A0. Windows color (decimal): -13186081 or 14666550. OLE color: 14666550.
HSL color Cylindrical-coordinate representation of color #36CBDF: hue angle of 187.1º 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 #36CBDF is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 203 | 223 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.13 |
| HSL | 187.1º | 0.73% | 0.54% | - |
| HSV(B) | 187.1º | 0.76% | 0.87% | - |
| XYZ | 36.2 | 48.82 | 77.33 | - |
| YUV | 160.73 | 163.14 | 51.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 203 | 223 | 0.76 | 0.09 | 0 | 0.13 | 187.1 | 0.73 | 0.54 |
| Hex | 36 | CB | DF | 4C | 9 | 0 | D | BB | 49 | 36 |
| Octal | 66 | 313 | 337 | 114 | 11 | 0 | 15 | 273 | 111 | 66 |
| Binary | 110110 | 11001011 | 11011111 | 1001100 | 1001 | 0 | 1101 | 10111011 | 1001001 | 110110 |
Color Harmonies of #36CBDF
Complementary color
Monochromatic Colors of #36CBDF
Black with #36CBDF
Text Example
Text Example
White with #36CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CBDF; }
p { color: rgb(54,203,223); }
H1.HeaderClassName
{
color: #36CBDF;
}
.AnyTagClassName
{
color: #36CBDF;
}
</style>
background-color css
<style>
a { background-color: #36CBDF; }
a { background-color: rgb(54,203,223); }
div.DivClassName
{
background-color: #36CBDF;
}
.BgClassName
{
background-color: #36CBDF;
}
</style>
border-color css
<style>
span { border-color: #36CBDF; }
span { border-color: rgb(54,203,223); }
td.TdClassName
{
border-color: #36CBDF;
}
.TagClassName
{
border-color: #36CBDF;
}
</style>