Html Css Color HEX #2ACDDB Turquoise

📋 copy color: '#2ACDDB'

red 42 ◦ green 205 ◦ blue 219

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

Shades of Turquoise #2ACDDB

Tints of Turquoise #2ACDDB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.99%

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

R = 9.01%
G = 43.99%
B = 47%

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

#2ACDDB (or 0x2ACDDB) is known color: Turquoise. HEX triplet: 2A, CD and DB. RGB value is (42,205,219). Sum of RGB (Red+Green+Blue) = 42+205+219=466 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.01% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #2ACDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACDDB is #D53224. Grayscale: #9D9D9D. Windows color (decimal): -13972005 or 14404906. OLE color: 14404906.

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

Color convert

RGB 42 205 219 -
CMYK 0.81 0.06 0 0.14
HSL 184.75º 0.71% 0.51% -
HSV(B) 184.75º 0.81% 0.86% -
XYZ 35.57 49.27 74.65 -
YUV 157.86 162.5 45.36 -
System Red Green Blue C M Y K H S L
Decimal 42 205 219 0.81 0.06 0 0.14 184.75 0.71 0.51
Hex 2A CD DB 51 6 0 E B9 47 33
Octal 52 315 333 121 6 0 16 271 107 63
Binary 101010 11001101 11011011 1010001 110 0 1110 10111001 1000111 110011

Color Harmonies of #2ACDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACDDB

Black with #2ACDDB

Text Example


Text Example

White with #2ACDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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