Html Css Color HEX #2FEAF6 Turquoise

📋 copy color: '#2FEAF6'

red 47 ◦ green 234 ◦ blue 246

#2FEAF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #2FEAF6

Tints of Turquoise #2FEAF6

RGB

 RED value IS 47 (18.75% from 255) = 8.92%

 GREEN value IS 234 (91.8% from 255) = 44.4%

 BLUE value IS 246 (96.48% from 255) = 46.68%

R = 8.92%
G = 44.4%
B = 46.68%

CMYK

 C value IS 0.81

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2FEAF6 (or 0x2FEAF6) is known color: Turquoise. HEX triplet: 2F, EA and F6. RGB value is (47,234,246). Sum of RGB (Red+Green+Blue) = 47+234+246=527 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.92% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 246 (96.48% from 255 or 46.68% from 527); Max value from RGB is 246 - color contains mainly: blue. Hex color #2FEAF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEAF6 is #D01509. Grayscale: #B3B3B3. Windows color (decimal): -13636874 or 16181807. OLE color: 16181807.

HSL color Cylindrical-coordinate representation of color #2FEAF6: hue angle of 183.62º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FEAF6 is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 47 234 246 -
CMYK 0.81 0.05 0 0.04
HSL 183.62º 0.92% 0.57% -
HSV(B) 183.62º 0.81% 0.96% -
XYZ 47.23 66.1 97.46 -
YUV 179.46 165.55 33.52 -
System Red Green Blue C M Y K H S L
Decimal 47 234 246 0.81 0.05 0 0.04 183.62 0.92 0.57
Hex 2F EA F6 51 5 0 4 B8 5C 39
Octal 57 352 366 121 5 0 4 270 134 71
Binary 101111 11101010 11110110 1010001 101 0 100 10111000 1011100 111001

Color Harmonies of #2FEAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEAF6

Black with #2FEAF6

Text Example


Text Example

White with #2FEAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,234,246); }

 H1.HeaderClassName
 {
   color: #2FEAF6;
 }
 .AnyTagClassName
 {
   color: #2FEAF6;
 }
</style>

background-color css

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

 a { background-color: rgb(47,234,246); }

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

border-color css

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

 span { border-color: rgb(47,234,246); }

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