Shades of Turquoise #3CDBE5
Tints of Turquoise #3CDBE5
RGB
CMYK
RGB Variations
Color information
#3CDBE5 (or 0x3CDBE5) is known color: Turquoise. HEX triplet: 3C, DB and E5. RGB value is (60,219,229). Sum of RGB (Red+Green+Blue) = 60+219+229=508 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.81% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 229 (89.84% from 255 or 45.08% from 508); Max value from RGB is 229 - color contains mainly: blue. Hex color #3CDBE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDBE5 is #C3241A. Grayscale: #ACACAC. Windows color (decimal): -12788763 or 15063868. OLE color: 15063868.
HSL color Cylindrical-coordinate representation of color #3CDBE5: hue angle of 183.55º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CDBE5 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 60 | 219 | 229 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.10 |
| HSL | 183.55º | 0.76% | 0.57% | - |
| HSV(B) | 183.55º | 0.74% | 0.9% | - |
| XYZ | 41.34 | 57.28 | 83.01 | - |
| YUV | 172.6 | 159.82 | 47.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 219 | 229 | 0.74 | 0.04 | 0 | 0.10 | 183.55 | 0.76 | 0.57 |
| Hex | 3C | DB | E5 | 4A | 4 | 0 | A | B8 | 4C | 39 |
| Octal | 74 | 333 | 345 | 112 | 4 | 0 | 12 | 270 | 114 | 71 |
| Binary | 111100 | 11011011 | 11100101 | 1001010 | 100 | 0 | 1010 | 10111000 | 1001100 | 111001 |
Color Harmonies of #3CDBE5
Complementary color
Monochromatic Colors of #3CDBE5
Black with #3CDBE5
Text Example
Text Example
White with #3CDBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDBE5; }
p { color: rgb(60,219,229); }
H1.HeaderClassName
{
color: #3CDBE5;
}
.AnyTagClassName
{
color: #3CDBE5;
}
</style>
background-color css
<style>
a { background-color: #3CDBE5; }
a { background-color: rgb(60,219,229); }
div.DivClassName
{
background-color: #3CDBE5;
}
.BgClassName
{
background-color: #3CDBE5;
}
</style>
border-color css
<style>
span { border-color: #3CDBE5; }
span { border-color: rgb(60,219,229); }
td.TdClassName
{
border-color: #3CDBE5;
}
.TagClassName
{
border-color: #3CDBE5;
}
</style>