Html Css Color HEX #2FEADB Turquoise

📋 copy color: '#2FEADB'

red 47 ◦ green 234 ◦ blue 219

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

Shades of Turquoise #2FEADB

Tints of Turquoise #2FEADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.8%

R = 9.4%
G = 46.8%
B = 43.8%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#2FEADB (or 0x2FEADB) is known color: Turquoise. HEX triplet: 2F, EA and DB. RGB value is (47,234,219). Sum of RGB (Red+Green+Blue) = 47+234+219=500 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.4% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEADB is #D01524. Grayscale: #B0B0B0. Windows color (decimal): -13636901 or 14412335. OLE color: 14412335.

HSL color Cylindrical-coordinate representation of color #2FEADB: hue angle of 175.19º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEADB is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 234 219 -
CMYK 0.80 0 0.06 0.08
HSL 175.19º 0.82% 0.55% -
HSV(B) 175.19º 0.8% 0.92% -
XYZ 43.38 64.56 77.19 -
YUV 176.38 152.05 35.72 -
System Red Green Blue C M Y K H S L
Decimal 47 234 219 0.80 0 0.06 0.08 175.19 0.82 0.55
Hex 2F EA DB 50 0 6 8 AF 52 37
Octal 57 352 333 120 0 6 10 257 122 67
Binary 101111 11101010 11011011 1010000 0 110 1000 10101111 1010010 110111

Color Harmonies of #2FEADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEADB

Black with #2FEADB

Text Example


Text Example

White with #2FEADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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