Html Css Color HEX #2ACEC7 Turquoise

📋 copy color: '#2ACEC7'

red 42 ◦ green 206 ◦ blue 199

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

Shades of Turquoise #2ACEC7

Tints of Turquoise #2ACEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 44.52%

R = 9.4%
G = 46.09%
B = 44.52%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#2ACEC7 (or 0x2ACEC7) is known color: Turquoise. HEX triplet: 2A, CE and C7. RGB value is (42,206,199). Sum of RGB (Red+Green+Blue) = 42+206+199=447 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.40% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 199 (78.12% from 255 or 44.52% from 447); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACEC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACEC7 is #D53138. Grayscale: #9C9C9C. Windows color (decimal): -13971769 or 13094442. OLE color: 13094442.

HSL color Cylindrical-coordinate representation of color #2ACEC7: hue angle of 177.44º 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 #2ACEC7 is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 42 206 199 -
CMYK 0.80 0 0.03 0.19
HSL 177.44º 0.66% 0.49% -
HSV(B) 177.44º 0.8% 0.81% -
XYZ 33.33 48.76 61.69 -
YUV 156.17 152.17 46.57 -
System Red Green Blue C M Y K H S L
Decimal 42 206 199 0.80 0 0.03 0.19 177.44 0.66 0.49
Hex 2A CE C7 50 0 3 13 B1 42 31
Octal 52 316 307 120 0 3 23 261 102 61
Binary 101010 11001110 11000111 1010000 0 11 10011 10110001 1000010 110001

Color Harmonies of #2ACEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACEC7

Black with #2ACEC7

Text Example


Text Example

White with #2ACEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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