Shades of Turquoise #3CDBFD
Tints of Turquoise #3CDBFD
RGB
CMYK
RGB Variations
Color information
#3CDBFD (or 0x3CDBFD) is known color: Turquoise. HEX triplet: 3C, DB and FD. RGB value is (60,219,253). Sum of RGB (Red+Green+Blue) = 60+219+253=532 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.28% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #3CDBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDBFD is #C32402. Grayscale: #AFAFAF. Windows color (decimal): -12788739 or 16636732. OLE color: 16636732.
HSL color Cylindrical-coordinate representation of color #3CDBFD: hue angle of 190.57º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CDBFD is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 219 | 253 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.01 |
| HSL | 190.57º | 0.98% | 0.61% | - |
| HSV(B) | 190.57º | 0.76% | 0.99% | - |
| XYZ | 44.92 | 58.72 | 101.89 | - |
| YUV | 175.34 | 171.82 | 45.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 219 | 253 | 0.76 | 0.13 | 0 | 0.01 | 190.57 | 0.98 | 0.61 |
| Hex | 3C | DB | FD | 4C | D | 0 | 1 | BF | 62 | 3D |
| Octal | 74 | 333 | 375 | 114 | 15 | 0 | 1 | 277 | 142 | 75 |
| Binary | 111100 | 11011011 | 11111101 | 1001100 | 1101 | 0 | 1 | 10111111 | 1100010 | 111101 |
Color Harmonies of #3CDBFD
Complementary color
Monochromatic Colors of #3CDBFD
Black with #3CDBFD
Text Example
Text Example
White with #3CDBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDBFD; }
p { color: rgb(60,219,253); }
H1.HeaderClassName
{
color: #3CDBFD;
}
.AnyTagClassName
{
color: #3CDBFD;
}
</style>
background-color css
<style>
a { background-color: #3CDBFD; }
a { background-color: rgb(60,219,253); }
div.DivClassName
{
background-color: #3CDBFD;
}
.BgClassName
{
background-color: #3CDBFD;
}
</style>
border-color css
<style>
span { border-color: #3CDBFD; }
span { border-color: rgb(60,219,253); }
td.TdClassName
{
border-color: #3CDBFD;
}
.TagClassName
{
border-color: #3CDBFD;
}
</style>