Shades of Turquoise #2FDDFE
Tints of Turquoise #2FDDFE
RGB
CMYK
RGB Variations
Color information
#2FDDFE (or 0x2FDDFE) is known color: Turquoise. HEX triplet: 2F, DD and FE. RGB value is (47,221,254). Sum of RGB (Red+Green+Blue) = 47+221+254=522 (69% of max value = 765). Red value is 47 (18.75% from 255 or 9.00% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #2FDDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDDFE is #D02201. Grayscale: #ACACAC. Windows color (decimal): -13640194 or 16702767. OLE color: 16702767.
HSL color Cylindrical-coordinate representation of color #2FDDFE: hue angle of 189.57º 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 #2FDDFE is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 221 | 254 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.00 |
| HSL | 189.57º | 0.99% | 0.59% | - |
| HSV(B) | 189.57º | 0.81% | 1% | - |
| XYZ | 44.92 | 59.47 | 102.88 | - |
| YUV | 172.74 | 173.85 | 38.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 221 | 254 | 0.81 | 0.13 | 0 | 0.00 | 189.57 | 0.99 | 0.59 |
| Hex | 2F | DD | FE | 51 | D | 0 | 0 | BE | 63 | 3B |
| Octal | 57 | 335 | 376 | 121 | 15 | 0 | 0 | 276 | 143 | 73 |
| Binary | 101111 | 11011101 | 11111110 | 1010001 | 1101 | 0 | 0 | 10111110 | 1100011 | 111011 |
Color Harmonies of #2FDDFE
Complementary color
Monochromatic Colors of #2FDDFE
Black with #2FDDFE
Text Example
Text Example
White with #2FDDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDDFE; }
p { color: rgb(47,221,254); }
H1.HeaderClassName
{
color: #2FDDFE;
}
.AnyTagClassName
{
color: #2FDDFE;
}
</style>
background-color css
<style>
a { background-color: #2FDDFE; }
a { background-color: rgb(47,221,254); }
div.DivClassName
{
background-color: #2FDDFE;
}
.BgClassName
{
background-color: #2FDDFE;
}
</style>
border-color css
<style>
span { border-color: #2FDDFE; }
span { border-color: rgb(47,221,254); }
td.TdClassName
{
border-color: #2FDDFE;
}
.TagClassName
{
border-color: #2FDDFE;
}
</style>