Html Css Color HEX #2FEDC5 Turquoise

📋 copy color: '#2FEDC5'

red 47 ◦ green 237 ◦ blue 197

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

Shades of Turquoise #2FEDC5

Tints of Turquoise #2FEDC5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.27%

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

R = 9.77%
G = 49.27%
B = 40.96%

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

#2FEDC5 (or 0x2FEDC5) is known color: Turquoise. HEX triplet: 2F, ED and C5. RGB value is (47,237,197). Sum of RGB (Red+Green+Blue) = 47+237+197=481 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.77% from 481); Green value is 237 (92.97% from 255 or 49.27% from 481); Blue value is 197 (77.34% from 255 or 40.96% from 481); Max value from RGB is 237 - color contains mainly: green. Hex color #2FEDC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEDC5 is #D0123A. Grayscale: #AFAFAF. Windows color (decimal): -13636155 or 12971311. OLE color: 12971311.

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

Color convert

RGB 47 237 197 -
CMYK 0.80 0 0.17 0.07
HSL 167.37º 0.84% 0.56% -
HSV(B) 167.37º 0.8% 0.93% -
XYZ 41.53 65.2 63.22 -
YUV 175.63 140.05 36.25 -
System Red Green Blue C M Y K H S L
Decimal 47 237 197 0.80 0 0.17 0.07 167.37 0.84 0.56
Hex 2F ED C5 50 0 11 7 A7 54 38
Octal 57 355 305 120 0 21 7 247 124 70
Binary 101111 11101101 11000101 1010000 0 10001 111 10100111 1010100 111000

Color Harmonies of #2FEDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEDC5

Black with #2FEDC5

Text Example


Text Example

White with #2FEDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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