Html Css Color HEX #2CE5CC Turquoise

📋 copy color: '#2CE5CC'

red 44 ◦ green 229 ◦ blue 204

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

Shades of Turquoise #2CE5CC

Tints of Turquoise #2CE5CC

RGB

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

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

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

R = 9.22%
G = 48.01%
B = 42.77%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#2CE5CC (or 0x2CE5CC) is known color: Turquoise. HEX triplet: 2C, E5 and CC. RGB value is (44,229,204). Sum of RGB (Red+Green+Blue) = 44+229+204=477 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.22% from 477); Green value is 229 (89.84% from 255 or 48.01% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 229 - color contains mainly: green. Hex color #2CE5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CE5CC is #D31A33. Grayscale: #AAAAAA. Windows color (decimal): -13834804 or 13428012. OLE color: 13428012.

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

Color convert

RGB 44 229 204 -
CMYK 0.81 0 0.11 0.10
HSL 171.89º 0.78% 0.54% -
HSV(B) 171.89º 0.81% 0.9% -
XYZ 39.96 60.93 66.78 -
YUV 170.84 146.71 37.53 -
System Red Green Blue C M Y K H S L
Decimal 44 229 204 0.81 0 0.11 0.10 171.89 0.78 0.54
Hex 2C E5 CC 51 0 B A AC 4E 36
Octal 54 345 314 121 0 13 12 254 116 66
Binary 101100 11100101 11001100 1010001 0 1011 1010 10101100 1001110 110110

Color Harmonies of #2CE5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE5CC

Black with #2CE5CC

Text Example


Text Example

White with #2CE5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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