Shades of Turquoise #3CDBED
Tints of Turquoise #3CDBED
RGB
CMYK
RGB Variations
Color information
#3CDBED (or 0x3CDBED) is known color: Turquoise. HEX triplet: 3C, DB and ED. RGB value is (60,219,237). Sum of RGB (Red+Green+Blue) = 60+219+237=516 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.63% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #3CDBED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDBED is #C32412. Grayscale: #ADADAD. Windows color (decimal): -12788755 or 15588156. OLE color: 15588156.
HSL color Cylindrical-coordinate representation of color #3CDBED: hue angle of 186.1º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CDBED is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 219 | 237 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.07 |
| HSL | 186.1º | 0.83% | 0.58% | - |
| HSV(B) | 186.1º | 0.75% | 0.93% | - |
| XYZ | 42.48 | 57.74 | 89.03 | - |
| YUV | 173.51 | 163.82 | 47.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 219 | 237 | 0.75 | 0.08 | 0 | 0.07 | 186.1 | 0.83 | 0.58 |
| Hex | 3C | DB | ED | 4B | 8 | 0 | 7 | BA | 53 | 3A |
| Octal | 74 | 333 | 355 | 113 | 10 | 0 | 7 | 272 | 123 | 72 |
| Binary | 111100 | 11011011 | 11101101 | 1001011 | 1000 | 0 | 111 | 10111010 | 1010011 | 111010 |
Color Harmonies of #3CDBED
Complementary color
Monochromatic Colors of #3CDBED
Black with #3CDBED
Text Example
Text Example
White with #3CDBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDBED; }
p { color: rgb(60,219,237); }
H1.HeaderClassName
{
color: #3CDBED;
}
.AnyTagClassName
{
color: #3CDBED;
}
</style>
background-color css
<style>
a { background-color: #3CDBED; }
a { background-color: rgb(60,219,237); }
div.DivClassName
{
background-color: #3CDBED;
}
.BgClassName
{
background-color: #3CDBED;
}
</style>
border-color css
<style>
span { border-color: #3CDBED; }
span { border-color: rgb(60,219,237); }
td.TdClassName
{
border-color: #3CDBED;
}
.TagClassName
{
border-color: #3CDBED;
}
</style>