Html Css Color HEX #2FEAED Turquoise

📋 copy color: '#2FEAED'

red 47 ◦ green 234 ◦ blue 237

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

Shades of Turquoise #2FEAED

Tints of Turquoise #2FEAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.75%

R = 9.07%
G = 45.17%
B = 45.75%

CMYK

 C value IS 0.80

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2FEAED (or 0x2FEAED) is known color: Turquoise. HEX triplet: 2F, EA and ED. RGB value is (47,234,237). Sum of RGB (Red+Green+Blue) = 47+234+237=518 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.07% from 518); Green value is 234 (91.80% from 255 or 45.17% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #2FEAED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEAED is #D01512. Grayscale: #B2B2B2. Windows color (decimal): -13636883 or 15591983. OLE color: 15591983.

HSL color Cylindrical-coordinate representation of color #2FEAED: hue angle of 180.95º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEAED is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 234 237 -
CMYK 0.80 0.01 0 0.07
HSL 180.95º 0.84% 0.56% -
HSV(B) 180.95º 0.8% 0.93% -
XYZ 45.88 65.56 90.36 -
YUV 178.43 161.05 34.26 -
System Red Green Blue C M Y K H S L
Decimal 47 234 237 0.80 0.01 0 0.07 180.95 0.84 0.56
Hex 2F EA ED 50 1 0 7 B5 54 38
Octal 57 352 355 120 1 0 7 265 124 70
Binary 101111 11101010 11101101 1010000 1 0 111 10110101 1010100 111000

Color Harmonies of #2FEAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEAED

Black with #2FEAED

Text Example


Text Example

White with #2FEAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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