Html Css Color HEX #2CE9BD Turquoise

📋 copy color: '#2CE9BD'

red 44 ◦ green 233 ◦ blue 189

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

Shades of Turquoise #2CE9BD

Tints of Turquoise #2CE9BD

RGB

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

 GREEN value IS 233 (91.41% from 255) = 50%

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

R = 9.44%
G = 50%
B = 40.56%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#2CE9BD (or 0x2CE9BD) is known color: Turquoise. HEX triplet: 2C, E9 and BD. RGB value is (44,233,189). Sum of RGB (Red+Green+Blue) = 44+233+189=466 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.44% from 466); Green value is 233 (91.41% from 255 or 50% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 233 - color contains mainly: green. Hex color #2CE9BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CE9BD is #D31642. Grayscale: #ABABAB. Windows color (decimal): -13833795 or 12445996. OLE color: 12445996.

HSL color Cylindrical-coordinate representation of color #2CE9BD: hue angle of 166.03º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE9BD is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 44 233 189 -
CMYK 0.81 0 0.19 0.09
HSL 166.03º 0.81% 0.54% -
HSV(B) 166.03º 0.81% 0.91% -
XYZ 39.36 62.49 58.13 -
YUV 171.47 137.88 37.08 -
System Red Green Blue C M Y K H S L
Decimal 44 233 189 0.81 0 0.19 0.09 166.03 0.81 0.54
Hex 2C E9 BD 51 0 13 9 A6 51 36
Octal 54 351 275 121 0 23 11 246 121 66
Binary 101100 11101001 10111101 1010001 0 10011 1001 10100110 1010001 110110

Color Harmonies of #2CE9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE9BD

Black with #2CE9BD

Text Example


Text Example

White with #2CE9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,233,189); }

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

background-color css

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

 a { background-color: rgb(44,233,189); }

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

border-color css

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

 span { border-color: rgb(44,233,189); }

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