Shades of Turquoise #3CDBEF
Tints of Turquoise #3CDBEF
RGB
CMYK
RGB Variations
Color information
#3CDBEF (or 0x3CDBEF) is known color: Turquoise. HEX triplet: 3C, DB and EF. RGB value is (60,219,239). Sum of RGB (Red+Green+Blue) = 60+219+239=518 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.58% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #3CDBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDBEF is #C32410. Grayscale: #ADADAD. Windows color (decimal): -12788753 or 15719228. OLE color: 15719228.
HSL color Cylindrical-coordinate representation of color #3CDBEF: hue angle of 186.7º 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 #3CDBEF is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 219 | 239 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.06 |
| HSL | 186.7º | 0.85% | 0.59% | - |
| HSV(B) | 186.7º | 0.75% | 0.94% | - |
| XYZ | 42.77 | 57.86 | 90.57 | - |
| YUV | 173.74 | 164.82 | 46.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 219 | 239 | 0.75 | 0.08 | 0 | 0.06 | 186.7 | 0.85 | 0.59 |
| Hex | 3C | DB | EF | 4B | 8 | 0 | 6 | BB | 55 | 3B |
| Octal | 74 | 333 | 357 | 113 | 10 | 0 | 6 | 273 | 125 | 73 |
| Binary | 111100 | 11011011 | 11101111 | 1001011 | 1000 | 0 | 110 | 10111011 | 1010101 | 111011 |
Color Harmonies of #3CDBEF
Complementary color
Monochromatic Colors of #3CDBEF
Black with #3CDBEF
Text Example
Text Example
White with #3CDBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDBEF; }
p { color: rgb(60,219,239); }
H1.HeaderClassName
{
color: #3CDBEF;
}
.AnyTagClassName
{
color: #3CDBEF;
}
</style>
background-color css
<style>
a { background-color: #3CDBEF; }
a { background-color: rgb(60,219,239); }
div.DivClassName
{
background-color: #3CDBEF;
}
.BgClassName
{
background-color: #3CDBEF;
}
</style>
border-color css
<style>
span { border-color: #3CDBEF; }
span { border-color: rgb(60,219,239); }
td.TdClassName
{
border-color: #3CDBEF;
}
.TagClassName
{
border-color: #3CDBEF;
}
</style>