Html Css Color HEX #2FEADD Turquoise

📋 copy color: '#2FEADD'

red 47 ◦ green 234 ◦ blue 221

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

Shades of Turquoise #2FEADD

Tints of Turquoise #2FEADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.02%

R = 9.36%
G = 46.61%
B = 44.02%

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

#2FEADD (or 0x2FEADD) is known color: Turquoise. HEX triplet: 2F, EA and DD. RGB value is (47,234,221). Sum of RGB (Red+Green+Blue) = 47+234+221=502 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.36% from 502); Green value is 234 (91.80% from 255 or 46.61% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEADD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEADD is #D01522. Grayscale: #B0B0B0. Windows color (decimal): -13636899 or 14543407. OLE color: 14543407.

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

Color convert

RGB 47 234 221 -
CMYK 0.80 0 0.06 0.08
HSL 175.83º 0.82% 0.55% -
HSV(B) 175.83º 0.8% 0.92% -
XYZ 43.65 64.67 78.59 -
YUV 176.61 153.05 35.56 -
System Red Green Blue C M Y K H S L
Decimal 47 234 221 0.80 0 0.06 0.08 175.83 0.82 0.55
Hex 2F EA DD 50 0 6 8 B0 52 37
Octal 57 352 335 120 0 6 10 260 122 67
Binary 101111 11101010 11011101 1010000 0 110 1000 10110000 1010010 110111

Color Harmonies of #2FEADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEADD

Black with #2FEADD

Text Example


Text Example

White with #2FEADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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