Html Css Color HEX #2FEACC Turquoise

📋 copy color: '#2FEACC'

red 47 ◦ green 234 ◦ blue 204

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

Shades of Turquoise #2FEACC

Tints of Turquoise #2FEACC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.25%

 BLUE value IS 204 (80.08% from 255) = 42.06%

R = 9.69%
G = 48.25%
B = 42.06%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#2FEACC (or 0x2FEACC) is known color: Turquoise. HEX triplet: 2F, EA and CC. RGB value is (47,234,204). Sum of RGB (Red+Green+Blue) = 47+234+204=485 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.69% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEACC is #D01533. Grayscale: #AEAEAE. Windows color (decimal): -13636916 or 13429295. OLE color: 13429295.

HSL color Cylindrical-coordinate representation of color #2FEACC: hue angle of 170.37º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEACC is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 234 204 -
CMYK 0.80 0 0.13 0.08
HSL 170.37º 0.82% 0.55% -
HSV(B) 170.37º 0.8% 0.92% -
XYZ 41.49 63.81 67.26 -
YUV 174.67 144.55 36.94 -
System Red Green Blue C M Y K H S L
Decimal 47 234 204 0.80 0 0.13 0.08 170.37 0.82 0.55
Hex 2F EA CC 50 0 D 8 AA 52 37
Octal 57 352 314 120 0 15 10 252 122 67
Binary 101111 11101010 11001100 1010000 0 1101 1000 10101010 1010010 110111

Color Harmonies of #2FEACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEACC

Black with #2FEACC

Text Example


Text Example

White with #2FEACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,234,204); }

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

background-color css

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

 a { background-color: rgb(47,234,204); }

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

border-color css

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

 span { border-color: rgb(47,234,204); }

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