Html Css Color HEX #2FEAF8 Turquoise

📋 copy color: '#2FEAF8'

red 47 ◦ green 234 ◦ blue 248

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

Shades of Turquoise #2FEAF8

Tints of Turquoise #2FEAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 46.88%

R = 8.88%
G = 44.23%
B = 46.88%

CMYK

 C value IS 0.81

 M value IS 0.06

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#2FEAF8 (or 0x2FEAF8) is known color: Turquoise. HEX triplet: 2F, EA and F8. RGB value is (47,234,248). Sum of RGB (Red+Green+Blue) = 47+234+248=529 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.88% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 248 (97.27% from 255 or 46.88% from 529); Max value from RGB is 248 - color contains mainly: blue. Hex color #2FEAF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEAF8 is #D01507. Grayscale: #B3B3B3. Windows color (decimal): -13636872 or 16312879. OLE color: 16312879.

HSL color Cylindrical-coordinate representation of color #2FEAF8: hue angle of 184.18º 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 #2FEAF8 is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 47 234 248 -
CMYK 0.81 0.06 0 0.03
HSL 184.18º 0.93% 0.58% -
HSV(B) 184.18º 0.81% 0.97% -
XYZ 47.54 66.23 99.08 -
YUV 179.68 166.55 33.36 -
System Red Green Blue C M Y K H S L
Decimal 47 234 248 0.81 0.06 0 0.03 184.18 0.93 0.58
Hex 2F EA F8 51 6 0 3 B8 5D 3A
Octal 57 352 370 121 6 0 3 270 135 72
Binary 101111 11101010 11111000 1010001 110 0 11 10111000 1011101 111010

Color Harmonies of #2FEAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEAF8

Black with #2FEAF8

Text Example


Text Example

White with #2FEAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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