Html Css Color HEX #2FE2B4 Turquoise

📋 copy color: '#2FE2B4'

red 47 ◦ green 226 ◦ blue 180

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

Shades of Turquoise #2FE2B4

Tints of Turquoise #2FE2B4

RGB

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

 GREEN value IS 226 (88.67% from 255) = 49.89%

 BLUE value IS 180 (70.7% from 255) = 39.74%

R = 10.38%
G = 49.89%
B = 39.74%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.20

 K value IS 0.11

RGB Variations

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

Color information

#2FE2B4 (or 0x2FE2B4) is known color: Turquoise. HEX triplet: 2F, E2 and B4. RGB value is (47,226,180). Sum of RGB (Red+Green+Blue) = 47+226+180=453 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.38% from 453); Green value is 226 (88.67% from 255 or 49.89% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 226 - color contains mainly: green. Hex color #2FE2B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FE2B4 is #D01D4B. Grayscale: #A7A7A7. Windows color (decimal): -13638988 or 11854383. OLE color: 11854383.

HSL color Cylindrical-coordinate representation of color #2FE2B4: hue angle of 164.58º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE2B4 is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB 47 226 180 -
CMYK 0.79 0 0.20 0.11
HSL 164.58º 0.76% 0.54% -
HSV(B) 164.58º 0.79% 0.89% -
XYZ 36.61 58.29 52.5 -
YUV 167.24 135.2 42.24 -
System Red Green Blue C M Y K H S L
Decimal 47 226 180 0.79 0 0.20 0.11 164.58 0.76 0.54
Hex 2F E2 B4 4F 0 14 B A5 4C 36
Octal 57 342 264 117 0 24 13 245 114 66
Binary 101111 11100010 10110100 1001111 0 10100 1011 10100101 1001100 110110

Color Harmonies of #2FE2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE2B4

Black with #2FE2B4

Text Example


Text Example

White with #2FE2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,226,180); }

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

background-color css

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

 a { background-color: rgb(47,226,180); }

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

border-color css

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

 span { border-color: rgb(47,226,180); }

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