Html Css Color HEX #2FEAF0 Turquoise

📋 copy color: '#2FEAF0'

red 47 ◦ green 234 ◦ blue 240

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

Shades of Turquoise #2FEAF0

Tints of Turquoise #2FEAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.07%

R = 9.02%
G = 44.91%
B = 46.07%

CMYK

 C value IS 0.80

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2FEAF0 (or 0x2FEAF0) is known color: Turquoise. HEX triplet: 2F, EA and F0. RGB value is (47,234,240). Sum of RGB (Red+Green+Blue) = 47+234+240=521 (69% of max value = 765). Red value is 47 (18.75% from 255 or 9.02% from 521); Green value is 234 (91.80% from 255 or 44.91% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #2FEAF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEAF0 is #D0150F. Grayscale: #B2B2B2. Windows color (decimal): -13636880 or 15788591. OLE color: 15788591.

HSL color Cylindrical-coordinate representation of color #2FEAF0: hue angle of 181.87º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEAF0 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 47 234 240 -
CMYK 0.80 0.02 0 0.06
HSL 181.87º 0.87% 0.56% -
HSV(B) 181.87º 0.8% 0.94% -
XYZ 46.32 65.74 92.69 -
YUV 178.77 162.55 34.01 -
System Red Green Blue C M Y K H S L
Decimal 47 234 240 0.80 0.02 0 0.06 181.87 0.87 0.56
Hex 2F EA F0 50 2 0 6 B6 57 38
Octal 57 352 360 120 2 0 6 266 127 70
Binary 101111 11101010 11110000 1010000 10 0 110 10110110 1010111 111000

Color Harmonies of #2FEAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEAF0

Black with #2FEAF0

Text Example


Text Example

White with #2FEAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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