Html Css Color HEX #2FECB9 Turquoise

📋 copy color: '#2FECB9'

red 47 ◦ green 236 ◦ blue 185

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

Shades of Turquoise #2FECB9

Tints of Turquoise #2FECB9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.43%

 BLUE value IS 185 (72.66% from 255) = 39.53%

R = 10.04%
G = 50.43%
B = 39.53%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#2FECB9 (or 0x2FECB9) is known color: Turquoise. HEX triplet: 2F, EC and B9. RGB value is (47,236,185). Sum of RGB (Red+Green+Blue) = 47+236+185=468 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.04% from 468); Green value is 236 (92.58% from 255 or 50.43% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 236 - color contains mainly: green. Hex color #2FECB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FECB9 is #D01346. Grayscale: #ADADAD. Windows color (decimal): -13636423 or 12184623. OLE color: 12184623.

HSL color Cylindrical-coordinate representation of color #2FECB9: hue angle of 163.81º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FECB9 is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 236 185 -
CMYK 0.80 0 0.22 0.07
HSL 163.81º 0.83% 0.55% -
HSV(B) 163.81º 0.8% 0.93% -
XYZ 39.92 64.1 56.17 -
YUV 173.68 134.38 37.65 -
System Red Green Blue C M Y K H S L
Decimal 47 236 185 0.80 0 0.22 0.07 163.81 0.83 0.55
Hex 2F EC B9 50 0 16 7 A4 53 37
Octal 57 354 271 120 0 26 7 244 123 67
Binary 101111 11101100 10111001 1010000 0 10110 111 10100100 1010011 110111

Color Harmonies of #2FECB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FECB9

Black with #2FECB9

Text Example


Text Example

White with #2FECB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,236,185); }

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

background-color css

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

 a { background-color: rgb(47,236,185); }

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

border-color css

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

 span { border-color: rgb(47,236,185); }

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