Html Css Color HEX #2FEEC5 Turquoise

📋 copy color: '#2FEEC5'

red 47 ◦ green 238 ◦ blue 197

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

Shades of Turquoise #2FEEC5

Tints of Turquoise #2FEEC5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.38%

 BLUE value IS 197 (77.34% from 255) = 40.87%

R = 9.75%
G = 49.38%
B = 40.87%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#2FEEC5 (or 0x2FEEC5) is known color: Turquoise. HEX triplet: 2F, EE and C5. RGB value is (47,238,197). Sum of RGB (Red+Green+Blue) = 47+238+197=482 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.75% from 482); Green value is 238 (93.36% from 255 or 49.38% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEEC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEEC5 is #D0113A. Grayscale: #B0B0B0. Windows color (decimal): -13635899 or 12971567. OLE color: 12971567.

HSL color Cylindrical-coordinate representation of color #2FEEC5: hue angle of 167.12º degrees, saturation: 0.85, 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 #2FEEC5 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 238 197 -
CMYK 0.80 0 0.17 0.07
HSL 167.12º 0.85% 0.56% -
HSV(B) 167.12º 0.8% 0.93% -
XYZ 41.82 65.78 63.32 -
YUV 176.22 139.72 35.83 -
System Red Green Blue C M Y K H S L
Decimal 47 238 197 0.80 0 0.17 0.07 167.12 0.85 0.56
Hex 2F EE C5 50 0 11 7 A7 55 38
Octal 57 356 305 120 0 21 7 247 125 70
Binary 101111 11101110 11000101 1010000 0 10001 111 10100111 1010101 111000

Color Harmonies of #2FEEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEEC5

Black with #2FEEC5

Text Example


Text Example

White with #2FEEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,238,197); }

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

background-color css

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

 a { background-color: rgb(47,238,197); }

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

border-color css

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

 span { border-color: rgb(47,238,197); }

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