Shades of Turquoise #3FDCFC
Tints of Turquoise #3FDCFC
RGB
CMYK
RGB Variations
Color information
#3FDCFC (or 0x3FDCFC) is known color: Turquoise. HEX triplet: 3F, DC and FC. RGB value is (63,220,252). Sum of RGB (Red+Green+Blue) = 63+220+252=535 (70% of max value = 765). Red value is 63 (25% from 255 or 11.78% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #3FDCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDCFC is #C02303. Grayscale: #B0B0B0. Windows color (decimal): -12591876 or 16571455. OLE color: 16571455.
HSL color Cylindrical-coordinate representation of color #3FDCFC: hue angle of 190.16º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FDCFC is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 220 | 252 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.01 |
| HSL | 190.16º | 0.97% | 0.62% | - |
| HSV(B) | 190.16º | 0.75% | 0.99% | - |
| XYZ | 45.21 | 59.27 | 101.15 | - |
| YUV | 176.71 | 170.49 | 46.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 252 | 0.75 | 0.13 | 0 | 0.01 | 190.16 | 0.97 | 0.62 |
| Hex | 3F | DC | FC | 4B | D | 0 | 1 | BE | 61 | 3E |
| Octal | 77 | 334 | 374 | 113 | 15 | 0 | 1 | 276 | 141 | 76 |
| Binary | 111111 | 11011100 | 11111100 | 1001011 | 1101 | 0 | 1 | 10111110 | 1100001 | 111110 |
Color Harmonies of #3FDCFC
Complementary color
Monochromatic Colors of #3FDCFC
Black with #3FDCFC
Text Example
Text Example
White with #3FDCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDCFC; }
p { color: rgb(63,220,252); }
H1.HeaderClassName
{
color: #3FDCFC;
}
.AnyTagClassName
{
color: #3FDCFC;
}
</style>
background-color css
<style>
a { background-color: #3FDCFC; }
a { background-color: rgb(63,220,252); }
div.DivClassName
{
background-color: #3FDCFC;
}
.BgClassName
{
background-color: #3FDCFC;
}
</style>
border-color css
<style>
span { border-color: #3FDCFC; }
span { border-color: rgb(63,220,252); }
td.TdClassName
{
border-color: #3FDCFC;
}
.TagClassName
{
border-color: #3FDCFC;
}
</style>