Html Css Color HEX #2FEDC9 Turquoise

📋 copy color: '#2FEDC9'

red 47 ◦ green 237 ◦ blue 201

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

Shades of Turquoise #2FEDC9

Tints of Turquoise #2FEDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.44%

R = 9.69%
G = 48.87%
B = 41.44%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#2FEDC9 (or 0x2FEDC9) is known color: Turquoise. HEX triplet: 2F, ED and C9. RGB value is (47,237,201). Sum of RGB (Red+Green+Blue) = 47+237+201=485 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.69% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #2FEDC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEDC9 is #D01236. Grayscale: #B0B0B0. Windows color (decimal): -13636151 or 13233455. OLE color: 13233455.

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

Color convert

RGB 47 237 201 -
CMYK 0.80 0 0.15 0.07
HSL 168.63º 0.84% 0.56% -
HSV(B) 168.63º 0.8% 0.93% -
XYZ 42 65.39 65.67 -
YUV 176.09 142.05 35.93 -
System Red Green Blue C M Y K H S L
Decimal 47 237 201 0.80 0 0.15 0.07 168.63 0.84 0.56
Hex 2F ED C9 50 0 F 7 A9 54 38
Octal 57 355 311 120 0 17 7 251 124 70
Binary 101111 11101101 11001001 1010000 0 1111 111 10101001 1010100 111000

Color Harmonies of #2FEDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEDC9

Black with #2FEDC9

Text Example


Text Example

White with #2FEDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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