Html Css Color HEX #2CFEB9 Turquoise

📋 copy color: '#2CFEB9'

red 44 ◦ green 254 ◦ blue 185

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

Shades of Turquoise #2CFEB9

Tints of Turquoise #2CFEB9

RGB

 RED value IS 44 (17.58% from 255) = 9.11%

 GREEN value IS 254 (99.61% from 255) = 52.59%

 BLUE value IS 185 (72.66% from 255) = 38.3%

R = 9.11%
G = 52.59%
B = 38.3%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#2CFEB9 (or 0x2CFEB9) is known color: Turquoise. HEX triplet: 2C, FE and B9. RGB value is (44,254,185). Sum of RGB (Red+Green+Blue) = 44+254+185=483 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.11% from 483); Green value is 254 (99.61% from 255 or 52.59% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 254 - color contains mainly: green. Hex color #2CFEB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFEB9 is #D30146. Grayscale: #B7B7B7. Windows color (decimal): -13828423 or 12189228. OLE color: 12189228.

HSL color Cylindrical-coordinate representation of color #2CFEB9: hue angle of 160.29º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFEB9 is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB 44 254 185 -
CMYK 0.83 0 0.27 0.00
HSL 160.29º 0.99% 0.58% -
HSV(B) 160.29º 0.83% 1% -
XYZ 45.24 74.92 57.98 -
YUV 183.34 128.93 28.61 -
System Red Green Blue C M Y K H S L
Decimal 44 254 185 0.83 0 0.27 0.00 160.29 0.99 0.58
Hex 2C FE B9 53 0 1B 0 A0 63 3A
Octal 54 376 271 123 0 33 0 240 143 72
Binary 101100 11111110 10111001 1010011 0 11011 0 10100000 1100011 111010

Color Harmonies of #2CFEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CFEB9

Black with #2CFEB9

Text Example


Text Example

White with #2CFEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,254,185); }

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

background-color css

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

 a { background-color: rgb(44,254,185); }

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

border-color css

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

 span { border-color: rgb(44,254,185); }

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