Html Css Color HEX #2FEFBC Turquoise

📋 copy color: '#2FEFBC'

red 47 ◦ green 239 ◦ blue 188

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

Shades of Turquoise #2FEFBC

Tints of Turquoise #2FEFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.66%

R = 9.92%
G = 50.42%
B = 39.66%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#2FEFBC (or 0x2FEFBC) is known color: Turquoise. HEX triplet: 2F, EF and BC. RGB value is (47,239,188). Sum of RGB (Red+Green+Blue) = 47+239+188=474 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.92% from 474); Green value is 239 (93.75% from 255 or 50.42% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEFBC is #D01043. Grayscale: #AFAFAF. Windows color (decimal): -13635652 or 12381999. OLE color: 12381999.

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

Color convert

RGB 47 239 188 -
CMYK 0.80 0 0.21 0.06
HSL 164.06º 0.86% 0.56% -
HSV(B) 164.06º 0.8% 0.94% -
XYZ 41.12 65.97 58.14 -
YUV 175.78 134.89 36.15 -
System Red Green Blue C M Y K H S L
Decimal 47 239 188 0.80 0 0.21 0.06 164.06 0.86 0.56
Hex 2F EF BC 50 0 15 6 A4 56 38
Octal 57 357 274 120 0 25 6 244 126 70
Binary 101111 11101111 10111100 1010000 0 10101 110 10100100 1010110 111000

Color Harmonies of #2FEFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEFBC

Black with #2FEFBC

Text Example


Text Example

White with #2FEFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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