Shades of Turquoise #2FDBF0
Tints of Turquoise #2FDBF0
RGB
CMYK
RGB Variations
Color information
#2FDBF0 (or 0x2FDBF0) is known color: Turquoise. HEX triplet: 2F, DB and F0. RGB value is (47,219,240). Sum of RGB (Red+Green+Blue) = 47+219+240=506 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.29% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 240 (94.14% from 255 or 47.43% from 506); Max value from RGB is 240 - color contains mainly: blue. Hex color #2FDBF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDBF0 is #D0240F. Grayscale: #A9A9A9. Windows color (decimal): -13640720 or 15784751. OLE color: 15784751.
HSL color Cylindrical-coordinate representation of color #2FDBF0: hue angle of 186.53º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FDBF0 is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 219 | 240 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.06 |
| HSL | 186.53º | 0.87% | 0.56% | - |
| HSV(B) | 186.53º | 0.8% | 0.94% | - |
| XYZ | 42.23 | 57.56 | 91.32 | - |
| YUV | 169.97 | 167.52 | 40.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 219 | 240 | 0.80 | 0.09 | 0 | 0.06 | 186.53 | 0.87 | 0.56 |
| Hex | 2F | DB | F0 | 50 | 9 | 0 | 6 | BB | 57 | 38 |
| Octal | 57 | 333 | 360 | 120 | 11 | 0 | 6 | 273 | 127 | 70 |
| Binary | 101111 | 11011011 | 11110000 | 1010000 | 1001 | 0 | 110 | 10111011 | 1010111 | 111000 |
Color Harmonies of #2FDBF0
Complementary color
Monochromatic Colors of #2FDBF0
Black with #2FDBF0
Text Example
Text Example
White with #2FDBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDBF0; }
p { color: rgb(47,219,240); }
H1.HeaderClassName
{
color: #2FDBF0;
}
.AnyTagClassName
{
color: #2FDBF0;
}
</style>
background-color css
<style>
a { background-color: #2FDBF0; }
a { background-color: rgb(47,219,240); }
div.DivClassName
{
background-color: #2FDBF0;
}
.BgClassName
{
background-color: #2FDBF0;
}
</style>
border-color css
<style>
span { border-color: #2FDBF0; }
span { border-color: rgb(47,219,240); }
td.TdClassName
{
border-color: #2FDBF0;
}
.TagClassName
{
border-color: #2FDBF0;
}
</style>