Html Css Color HEX #2FEFC4 Turquoise

📋 copy color: '#2FEFC4'

red 47 ◦ green 239 ◦ blue 196

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

Shades of Turquoise #2FEFC4

Tints of Turquoise #2FEFC4

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.59%

 BLUE value IS 196 (76.95% from 255) = 40.66%

R = 9.75%
G = 49.59%
B = 40.66%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#2FEFC4 (or 0x2FEFC4) is known color: Turquoise. HEX triplet: 2F, EF and C4. RGB value is (47,239,196). Sum of RGB (Red+Green+Blue) = 47+239+196=482 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.75% from 482); Green value is 239 (93.75% from 255 or 49.59% from 482); Blue value is 196 (76.95% from 255 or 40.66% from 482); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEFC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEFC4 is #D0103B. Grayscale: #B0B0B0. Windows color (decimal): -13635644 or 12906287. OLE color: 12906287.

HSL color Cylindrical-coordinate representation of color #2FEFC4: hue angle of 166.56º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEFC4 is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 47 239 196 -
CMYK 0.80 0 0.18 0.06
HSL 166.56º 0.86% 0.56% -
HSV(B) 166.56º 0.8% 0.94% -
XYZ 42 66.32 62.81 -
YUV 176.69 138.89 35.5 -
System Red Green Blue C M Y K H S L
Decimal 47 239 196 0.80 0 0.18 0.06 166.56 0.86 0.56
Hex 2F EF C4 50 0 12 6 A7 56 38
Octal 57 357 304 120 0 22 6 247 126 70
Binary 101111 11101111 11000100 1010000 0 10010 110 10100111 1010110 111000

Color Harmonies of #2FEFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEFC4

Black with #2FEFC4

Text Example


Text Example

White with #2FEFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,239,196); }

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

background-color css

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

 a { background-color: rgb(47,239,196); }

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

border-color css

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

 span { border-color: rgb(47,239,196); }

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