Html Css Color HEX #2ACEDB Turquoise

📋 copy color: '#2ACEDB'

red 42 ◦ green 206 ◦ blue 219

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

Shades of Turquoise #2ACEDB

Tints of Turquoise #2ACEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.9%

R = 8.99%
G = 44.11%
B = 46.9%

CMYK

 C value IS 0.81

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2ACEDB (or 0x2ACEDB) is known color: Turquoise. HEX triplet: 2A, CE and DB. RGB value is (42,206,219). Sum of RGB (Red+Green+Blue) = 42+206+219=467 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.99% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #2ACEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACEDB is #D53124. Grayscale: #9E9E9E. Windows color (decimal): -13971749 or 14405162. OLE color: 14405162.

HSL color Cylindrical-coordinate representation of color #2ACEDB: hue angle of 184.41º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ACEDB is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 206 219 -
CMYK 0.81 0.06 0 0.14
HSL 184.41º 0.71% 0.51% -
HSV(B) 184.41º 0.81% 0.86% -
XYZ 35.81 49.75 74.73 -
YUV 158.45 162.17 44.94 -
System Red Green Blue C M Y K H S L
Decimal 42 206 219 0.81 0.06 0 0.14 184.41 0.71 0.51
Hex 2A CE DB 51 6 0 E B8 47 33
Octal 52 316 333 121 6 0 16 270 107 63
Binary 101010 11001110 11011011 1010001 110 0 1110 10111000 1000111 110011

Color Harmonies of #2ACEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACEDB

Black with #2ACEDB

Text Example


Text Example

White with #2ACEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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