Html Css Color HEX #2FE0C9 Turquoise

📋 copy color: '#2FE0C9'

red 47 ◦ green 224 ◦ blue 201

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

Shades of Turquoise #2FE0C9

Tints of Turquoise #2FE0C9

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.46%

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

R = 9.96%
G = 47.46%
B = 42.58%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#2FE0C9 (or 0x2FE0C9) is known color: Turquoise. HEX triplet: 2F, E0 and C9. RGB value is (47,224,201). Sum of RGB (Red+Green+Blue) = 47+224+201=472 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.96% from 472); Green value is 224 (87.89% from 255 or 47.46% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE0C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FE0C9 is #D01F36. Grayscale: #A8A8A8. Windows color (decimal): -13639479 or 13230127. OLE color: 13230127.

HSL color Cylindrical-coordinate representation of color #2FE0C9: hue angle of 172.2º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE0C9 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 47 224 201 -
CMYK 0.79 0 0.10 0.12
HSL 172.2º 0.74% 0.53% -
HSV(B) 172.2º 0.79% 0.88% -
XYZ 38.37 58.13 64.46 -
YUV 168.46 146.36 41.37 -
System Red Green Blue C M Y K H S L
Decimal 47 224 201 0.79 0 0.10 0.12 172.2 0.74 0.53
Hex 2F E0 C9 4F 0 A C AC 4A 35
Octal 57 340 311 117 0 12 14 254 112 65
Binary 101111 11100000 11001001 1001111 0 1010 1100 10101100 1001010 110101

Color Harmonies of #2FE0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE0C9

Black with #2FE0C9

Text Example


Text Example

White with #2FE0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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