Html Css Color HEX #2CE5BB Turquoise

📋 copy color: '#2CE5BB'

red 44 ◦ green 229 ◦ blue 187

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

Shades of Turquoise #2CE5BB

Tints of Turquoise #2CE5BB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 49.78%

 BLUE value IS 187 (73.44% from 255) = 40.65%

R = 9.57%
G = 49.78%
B = 40.65%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#2CE5BB (or 0x2CE5BB) is known color: Turquoise. HEX triplet: 2C, E5 and BB. RGB value is (44,229,187). Sum of RGB (Red+Green+Blue) = 44+229+187=460 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.57% from 460); Green value is 229 (89.84% from 255 or 49.78% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 229 - color contains mainly: green. Hex color #2CE5BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CE5BB is #D31A44. Grayscale: #A8A8A8. Windows color (decimal): -13834821 or 12313900. OLE color: 12313900.

HSL color Cylindrical-coordinate representation of color #2CE5BB: hue angle of 166.38º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE5BB is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 44 229 187 -
CMYK 0.81 0 0.18 0.10
HSL 166.38º 0.78% 0.54% -
HSV(B) 166.38º 0.81% 0.9% -
XYZ 38.03 60.16 56.62 -
YUV 168.9 138.21 38.92 -
System Red Green Blue C M Y K H S L
Decimal 44 229 187 0.81 0 0.18 0.10 166.38 0.78 0.54
Hex 2C E5 BB 51 0 12 A A6 4E 36
Octal 54 345 273 121 0 22 12 246 116 66
Binary 101100 11100101 10111011 1010001 0 10010 1010 10100110 1001110 110110

Color Harmonies of #2CE5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE5BB

Black with #2CE5BB

Text Example


Text Example

White with #2CE5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,229,187); }

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

background-color css

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

 a { background-color: rgb(44,229,187); }

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

border-color css

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

 span { border-color: rgb(44,229,187); }

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