Shades of Turquoise #2FDEFF
Tints of Turquoise #2FDEFF
RGB
CMYK
RGB Variations
Color information
#2FDEFF (or 0x2FDEFF) is known color: Turquoise. HEX triplet: 2F, DE and FF. RGB value is (47,222,255). Sum of RGB (Red+Green+Blue) = 47+222+255=524 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.97% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #2FDEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDEFF is #D02100. Grayscale: #ADADAD. Windows color (decimal): -13639937 or 16768559. OLE color: 16768559.
HSL color Cylindrical-coordinate representation of color #2FDEFF: hue angle of 189.52º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FDEFF is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 222 | 255 | - |
| CMYK | 0.82 | 0.13 | 0 | 0 |
| HSL | 189.52º | 1% | 0.59% | - |
| HSV(B) | 189.52º | 0.82% | 1% | - |
| XYZ | 45.34 | 60.07 | 103.81 | - |
| YUV | 173.44 | 174.02 | 37.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 222 | 255 | 0.82 | 0.13 | 0 | 0 | 189.52 | 1 | 0.59 |
| Hex | 2F | DE | FF | 52 | D | 0 | 0 | BE | 64 | 3B |
| Octal | 57 | 336 | 377 | 122 | 15 | 0 | 0 | 276 | 144 | 73 |
| Binary | 101111 | 11011110 | 11111111 | 1010010 | 1101 | 0 | 0 | 10111110 | 1100100 | 111011 |
Color Harmonies of #2FDEFF
Complementary color
Monochromatic Colors of #2FDEFF
Black with #2FDEFF
Text Example
Text Example
White with #2FDEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDEFF; }
p { color: rgb(47,222,255); }
H1.HeaderClassName
{
color: #2FDEFF;
}
.AnyTagClassName
{
color: #2FDEFF;
}
</style>
background-color css
<style>
a { background-color: #2FDEFF; }
a { background-color: rgb(47,222,255); }
div.DivClassName
{
background-color: #2FDEFF;
}
.BgClassName
{
background-color: #2FDEFF;
}
</style>
border-color css
<style>
span { border-color: #2FDEFF; }
span { border-color: rgb(47,222,255); }
td.TdClassName
{
border-color: #2FDEFF;
}
.TagClassName
{
border-color: #2FDEFF;
}
</style>