Shades of Turquoise #3CDAEF
Tints of Turquoise #3CDAEF
RGB
CMYK
RGB Variations
Color information
#3CDAEF (or 0x3CDAEF) is known color: Turquoise. HEX triplet: 3C, DA and EF. RGB value is (60,218,239). Sum of RGB (Red+Green+Blue) = 60+218+239=517 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.61% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #3CDAEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDAEF is #C32510. Grayscale: #ACACAC. Windows color (decimal): -12789009 or 15718972. OLE color: 15718972.
HSL color Cylindrical-coordinate representation of color #3CDAEF: hue angle of 187.04º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CDAEF is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 218 | 239 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.06 |
| HSL | 187.04º | 0.85% | 0.59% | - |
| HSV(B) | 187.04º | 0.75% | 0.94% | - |
| XYZ | 42.51 | 57.34 | 90.49 | - |
| YUV | 173.15 | 165.15 | 47.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 239 | 0.75 | 0.09 | 0 | 0.06 | 187.04 | 0.85 | 0.59 |
| Hex | 3C | DA | EF | 4B | 9 | 0 | 6 | BB | 55 | 3B |
| Octal | 74 | 332 | 357 | 113 | 11 | 0 | 6 | 273 | 125 | 73 |
| Binary | 111100 | 11011010 | 11101111 | 1001011 | 1001 | 0 | 110 | 10111011 | 1010101 | 111011 |
Color Harmonies of #3CDAEF
Complementary color
Monochromatic Colors of #3CDAEF
Black with #3CDAEF
Text Example
Text Example
White with #3CDAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDAEF; }
p { color: rgb(60,218,239); }
H1.HeaderClassName
{
color: #3CDAEF;
}
.AnyTagClassName
{
color: #3CDAEF;
}
</style>
background-color css
<style>
a { background-color: #3CDAEF; }
a { background-color: rgb(60,218,239); }
div.DivClassName
{
background-color: #3CDAEF;
}
.BgClassName
{
background-color: #3CDAEF;
}
</style>
border-color css
<style>
span { border-color: #3CDAEF; }
span { border-color: rgb(60,218,239); }
td.TdClassName
{
border-color: #3CDAEF;
}
.TagClassName
{
border-color: #3CDAEF;
}
</style>