Html Css Color HEX #2ACECC Turquoise

📋 copy color: '#2ACECC'

red 42 ◦ green 206 ◦ blue 204

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

Shades of Turquoise #2ACECC

Tints of Turquoise #2ACECC

RGB

 RED value IS 42 (16.8% from 255) = 9.29%

 GREEN value IS 206 (80.86% from 255) = 45.58%

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

R = 9.29%
G = 45.58%
B = 45.13%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#2ACECC (or 0x2ACECC) is known color: Turquoise. HEX triplet: 2A, CE and CC. RGB value is (42,206,204). Sum of RGB (Red+Green+Blue) = 42+206+204=452 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.29% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACECC is #D53133. Grayscale: #9C9C9C. Windows color (decimal): -13971764 or 13422122. OLE color: 13422122.

HSL color Cylindrical-coordinate representation of color #2ACECC: hue angle of 179.27º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACECC is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 42 206 204 -
CMYK 0.80 0 0.01 0.19
HSL 179.27º 0.66% 0.49% -
HSV(B) 179.27º 0.8% 0.81% -
XYZ 33.93 48.99 64.8 -
YUV 156.74 154.67 46.16 -
System Red Green Blue C M Y K H S L
Decimal 42 206 204 0.80 0 0.01 0.19 179.27 0.66 0.49
Hex 2A CE CC 50 0 1 13 B3 42 31
Octal 52 316 314 120 0 1 23 263 102 61
Binary 101010 11001110 11001100 1010000 0 1 10011 10110011 1000010 110001

Color Harmonies of #2ACECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACECC

Black with #2ACECC

Text Example


Text Example

White with #2ACECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,206,204); }

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

background-color css

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

 a { background-color: rgb(42,206,204); }

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

border-color css

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

 span { border-color: rgb(42,206,204); }

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