Html Css Color HEX #2CE9CC Turquoise

📋 copy color: '#2CE9CC'

red 44 ◦ green 233 ◦ blue 204

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

Shades of Turquoise #2CE9CC

Tints of Turquoise #2CE9CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.41%

R = 9.15%
G = 48.44%
B = 42.41%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#2CE9CC (or 0x2CE9CC) is known color: Turquoise. HEX triplet: 2C, E9 and CC. RGB value is (44,233,204). Sum of RGB (Red+Green+Blue) = 44+233+204=481 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.15% from 481); Green value is 233 (91.41% from 255 or 48.44% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 233 - color contains mainly: green. Hex color #2CE9CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CE9CC is #D31633. Grayscale: #ADADAD. Windows color (decimal): -13833780 or 13429036. OLE color: 13429036.

HSL color Cylindrical-coordinate representation of color #2CE9CC: hue angle of 170.79º 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 #2CE9CC is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 44 233 204 -
CMYK 0.81 0 0.12 0.09
HSL 170.79º 0.81% 0.54% -
HSV(B) 170.79º 0.81% 0.91% -
XYZ 41.08 63.17 67.16 -
YUV 173.18 145.38 35.86 -
System Red Green Blue C M Y K H S L
Decimal 44 233 204 0.81 0 0.12 0.09 170.79 0.81 0.54
Hex 2C E9 CC 51 0 C 9 AB 51 36
Octal 54 351 314 121 0 14 11 253 121 66
Binary 101100 11101001 11001100 1010001 0 1100 1001 10101011 1010001 110110

Color Harmonies of #2CE9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE9CC

Black with #2CE9CC

Text Example


Text Example

White with #2CE9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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