Html Css Color HEX #2FEEBD Turquoise

📋 copy color: '#2FEEBD'

red 47 ◦ green 238 ◦ blue 189

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

Shades of Turquoise #2FEEBD

Tints of Turquoise #2FEEBD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50.21%

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

R = 9.92%
G = 50.21%
B = 39.87%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#2FEEBD (or 0x2FEEBD) is known color: Turquoise. HEX triplet: 2F, EE and BD. RGB value is (47,238,189). Sum of RGB (Red+Green+Blue) = 47+238+189=474 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.92% from 474); Green value is 238 (93.36% from 255 or 50.21% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEEBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEEBD is #D01142. Grayscale: #AFAFAF. Windows color (decimal): -13635907 or 12447279. OLE color: 12447279.

HSL color Cylindrical-coordinate representation of color #2FEEBD: hue angle of 164.61º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEEBD is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 238 189 -
CMYK 0.80 0 0.21 0.07
HSL 164.61º 0.85% 0.56% -
HSV(B) 164.61º 0.8% 0.93% -
XYZ 40.93 65.43 58.62 -
YUV 175.31 135.72 36.48 -
System Red Green Blue C M Y K H S L
Decimal 47 238 189 0.80 0 0.21 0.07 164.61 0.85 0.56
Hex 2F EE BD 50 0 15 7 A5 55 38
Octal 57 356 275 120 0 25 7 245 125 70
Binary 101111 11101110 10111101 1010000 0 10101 111 10100101 1010101 111000

Color Harmonies of #2FEEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEEBD

Black with #2FEEBD

Text Example


Text Example

White with #2FEEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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