Html Css Color HEX #2FEFBD Turquoise

📋 copy color: '#2FEFBD'

red 47 ◦ green 239 ◦ blue 189

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

Shades of Turquoise #2FEFBD

Tints of Turquoise #2FEFBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.79%

R = 9.89%
G = 50.32%
B = 39.79%

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

#2FEFBD (or 0x2FEFBD) is known color: Turquoise. HEX triplet: 2F, EF and BD. RGB value is (47,239,189). Sum of RGB (Red+Green+Blue) = 47+239+189=475 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.89% from 475); Green value is 239 (93.75% from 255 or 50.32% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEFBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEFBD is #D01042. Grayscale: #AFAFAF. Windows color (decimal): -13635651 or 12447535. OLE color: 12447535.

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

Color convert

RGB 47 239 189 -
CMYK 0.80 0 0.21 0.06
HSL 164.38º 0.86% 0.56% -
HSV(B) 164.38º 0.8% 0.94% -
XYZ 41.22 66.01 58.71 -
YUV 175.89 135.39 36.07 -
System Red Green Blue C M Y K H S L
Decimal 47 239 189 0.80 0 0.21 0.06 164.38 0.86 0.56
Hex 2F EF BD 50 0 15 6 A4 56 38
Octal 57 357 275 120 0 25 6 244 126 70
Binary 101111 11101111 10111101 1010000 0 10101 110 10100100 1010110 111000

Color Harmonies of #2FEFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEFBD

Black with #2FEFBD

Text Example


Text Example

White with #2FEFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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