Shades of Turquoise #3FEFD2
Tints of Turquoise #3FEFD2
RGB
CMYK
RGB Variations
Color information
#3FEFD2 (or 0x3FEFD2) is known color: Turquoise. HEX triplet: 3F, EF and D2. RGB value is (63,239,210). Sum of RGB (Red+Green+Blue) = 63+239+210=512 (67% of max value = 765). Red value is 63 (25% from 255 or 12.30% from 512); Green value is 239 (93.75% from 255 or 46.68% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEFD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEFD2 is #C0102D. Grayscale: #B7B7B7. Windows color (decimal): -12587054 or 13823807. OLE color: 13823807.
HSL color Cylindrical-coordinate representation of color #3FEFD2: hue angle of 170.11º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FEFD2 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 210 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.06 |
| HSL | 170.11º | 0.85% | 0.59% | - |
| HSV(B) | 170.11º | 0.74% | 0.94% | - |
| XYZ | 44.55 | 67.44 | 71.64 | - |
| YUV | 183.07 | 143.19 | 42.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 210 | 0.74 | 0 | 0.12 | 0.06 | 170.11 | 0.85 | 0.59 |
| Hex | 3F | EF | D2 | 4A | 0 | C | 6 | AA | 55 | 3B |
| Octal | 77 | 357 | 322 | 112 | 0 | 14 | 6 | 252 | 125 | 73 |
| Binary | 111111 | 11101111 | 11010010 | 1001010 | 0 | 1100 | 110 | 10101010 | 1010101 | 111011 |
Color Harmonies of #3FEFD2
Complementary color
Monochromatic Colors of #3FEFD2
Black with #3FEFD2
Text Example
Text Example
White with #3FEFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEFD2; }
p { color: rgb(63,239,210); }
H1.HeaderClassName
{
color: #3FEFD2;
}
.AnyTagClassName
{
color: #3FEFD2;
}
</style>
background-color css
<style>
a { background-color: #3FEFD2; }
a { background-color: rgb(63,239,210); }
div.DivClassName
{
background-color: #3FEFD2;
}
.BgClassName
{
background-color: #3FEFD2;
}
</style>
border-color css
<style>
span { border-color: #3FEFD2; }
span { border-color: rgb(63,239,210); }
td.TdClassName
{
border-color: #3FEFD2;
}
.TagClassName
{
border-color: #3FEFD2;
}
</style>