Shades of Turquoise #3FDBE2
Tints of Turquoise #3FDBE2
RGB
CMYK
RGB Variations
Color information
#3FDBE2 (or 0x3FDBE2) is known color: Turquoise. HEX triplet: 3F, DB and E2. RGB value is (63,219,226). Sum of RGB (Red+Green+Blue) = 63+219+226=508 (67% of max value = 765). Red value is 63 (25% from 255 or 12.40% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 226 (88.67% from 255 or 44.49% from 508); Max value from RGB is 226 - color contains mainly: blue. Hex color #3FDBE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDBE2 is #C0241D. Grayscale: #ACACAC. Windows color (decimal): -12592158 or 14867263. OLE color: 14867263.
HSL color Cylindrical-coordinate representation of color #3FDBE2: hue angle of 182.58º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FDBE2 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 219 | 226 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.11 |
| HSL | 182.58º | 0.74% | 0.57% | - |
| HSV(B) | 182.58º | 0.72% | 0.89% | - |
| XYZ | 41.11 | 57.21 | 80.83 | - |
| YUV | 173.15 | 157.82 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 226 | 0.72 | 0.03 | 0 | 0.11 | 182.58 | 0.74 | 0.57 |
| Hex | 3F | DB | E2 | 48 | 3 | 0 | B | B7 | 4A | 39 |
| Octal | 77 | 333 | 342 | 110 | 3 | 0 | 13 | 267 | 112 | 71 |
| Binary | 111111 | 11011011 | 11100010 | 1001000 | 11 | 0 | 1011 | 10110111 | 1001010 | 111001 |
Color Harmonies of #3FDBE2
Complementary color
Monochromatic Colors of #3FDBE2
Black with #3FDBE2
Text Example
Text Example
White with #3FDBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDBE2; }
p { color: rgb(63,219,226); }
H1.HeaderClassName
{
color: #3FDBE2;
}
.AnyTagClassName
{
color: #3FDBE2;
}
</style>
background-color css
<style>
a { background-color: #3FDBE2; }
a { background-color: rgb(63,219,226); }
div.DivClassName
{
background-color: #3FDBE2;
}
.BgClassName
{
background-color: #3FDBE2;
}
</style>
border-color css
<style>
span { border-color: #3FDBE2; }
span { border-color: rgb(63,219,226); }
td.TdClassName
{
border-color: #3FDBE2;
}
.TagClassName
{
border-color: #3FDBE2;
}
</style>