Shades of Turquoise #2FDFFE
Tints of Turquoise #2FDFFE
RGB
CMYK
RGB Variations
Color information
#2FDFFE (or 0x2FDFFE) is known color: Turquoise. HEX triplet: 2F, DF and FE. RGB value is (47,223,254). Sum of RGB (Red+Green+Blue) = 47+223+254=524 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.97% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #2FDFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDFFE is #D02001. Grayscale: #ADADAD. Windows color (decimal): -13639682 or 16703279. OLE color: 16703279.
HSL color Cylindrical-coordinate representation of color #2FDFFE: hue angle of 188.99º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FDFFE is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 223 | 254 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.00 |
| HSL | 188.99º | 0.99% | 0.59% | - |
| HSV(B) | 188.99º | 0.81% | 1% | - |
| XYZ | 45.45 | 60.54 | 103.06 | - |
| YUV | 173.91 | 173.19 | 37.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 254 | 0.81 | 0.12 | 0 | 0.00 | 188.99 | 0.99 | 0.59 |
| Hex | 2F | DF | FE | 51 | C | 0 | 0 | BD | 63 | 3B |
| Octal | 57 | 337 | 376 | 121 | 14 | 0 | 0 | 275 | 143 | 73 |
| Binary | 101111 | 11011111 | 11111110 | 1010001 | 1100 | 0 | 0 | 10111101 | 1100011 | 111011 |
Color Harmonies of #2FDFFE
Complementary color
Monochromatic Colors of #2FDFFE
Black with #2FDFFE
Text Example
Text Example
White with #2FDFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDFFE; }
p { color: rgb(47,223,254); }
H1.HeaderClassName
{
color: #2FDFFE;
}
.AnyTagClassName
{
color: #2FDFFE;
}
</style>
background-color css
<style>
a { background-color: #2FDFFE; }
a { background-color: rgb(47,223,254); }
div.DivClassName
{
background-color: #2FDFFE;
}
.BgClassName
{
background-color: #2FDFFE;
}
</style>
border-color css
<style>
span { border-color: #2FDFFE; }
span { border-color: rgb(47,223,254); }
td.TdClassName
{
border-color: #2FDFFE;
}
.TagClassName
{
border-color: #2FDFFE;
}
</style>