#2FDAF7

Color #2FDAF7 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #2FDAF7

Tints of Turquoise #2FDAF7

Color information

#2FDAF7 (or 0x2FDAF7) is unknown color: approx Turquoise. HEX triplet: 2F, DA and F7. RGB value is (47,218,247). Sum of RGB (Red+Green+Blue) = 47+218+247=512 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.18% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 247 (96.88% from 255 or 48.24% from 512); Max value from RGB is 247 - color contains mainly: blue. Hex color #2FDAF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDAF7 is #D02508. Grayscale: #A9A9A9. Windows color (decimal): -13640969 or 16243247. OLE color: 16243247.

HSL color Cylindrical-coordinate representation of color #2FDAF7: hue angle of 188.7º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FDAF7 is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB47218247-
CMYK0.810.1200.03
HSL188.7º92.59%57.65%-
HSV(B)188.7º80.97%96.86%-
XYZ43.0357.4696.82-
YUV170.18171.3540.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 9.18%
GREEN value IS 218 (85.55% from 255) = 42.58%
BLUE value IS 247 (96.88% from 255) = 48.24%
R=9.18%
G=42.58%
B=48.24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal472182470.810.1200.03188.792.5957.65
Hex2FDAF751C03bd5d3a
Octal57332367121140327513572
Binary101111110110101111011110100011100011101111011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FDAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2FDAF7; }

 p { color: rgb(47,218,247); }

 H1.HeaderClassName
 {
   color: #2FDAF7;
 }
 .AnyTagClassName
 {
   color: #2FDAF7;
 }
</style>
background-color css

<style>
 a { background-color: #2FDAF7; }

 a { background-color: rgb(47,218,247); }

 div.DivClassName
 {
   background-color: #2FDAF7;
 }
 .BgClassName
 {
   background-color: #2FDAF7;
 }
</style>
border-color css

<style>
 span { border-color: #2FDAF7; }

 span { border-color: rgb(47,218,247); }

 td.TdClassName
 {
   border-color: #2FDAF7;
 }
 .TagClassName
 {
   border-color: #2FDAF7;
 }
</style>