Html Css Color HEX #2ACDDA Turquoise

📋 copy color: '#2ACDDA'

red 42 ◦ green 205 ◦ blue 218

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

Shades of Turquoise #2ACDDA

Tints of Turquoise #2ACDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.88%

R = 9.03%
G = 44.09%
B = 46.88%

CMYK

 C value IS 0.81

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2ACDDA (or 0x2ACDDA) is known color: Turquoise. HEX triplet: 2A, CD and DA. RGB value is (42,205,218). Sum of RGB (Red+Green+Blue) = 42+205+218=465 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.03% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #2ACDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACDDA is #D53225. Grayscale: #9D9D9D. Windows color (decimal): -13972006 or 14339370. OLE color: 14339370.

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

Color convert

RGB 42 205 218 -
CMYK 0.81 0.06 0 0.15
HSL 184.43º 0.7% 0.51% -
HSV(B) 184.43º 0.81% 0.85% -
XYZ 35.44 49.22 73.96 -
YUV 157.75 162 45.44 -
System Red Green Blue C M Y K H S L
Decimal 42 205 218 0.81 0.06 0 0.15 184.43 0.7 0.51
Hex 2A CD DA 51 6 0 F B8 46 33
Octal 52 315 332 121 6 0 17 270 106 63
Binary 101010 11001101 11011010 1010001 110 0 1111 10111000 1000110 110011

Color Harmonies of #2ACDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACDDA

Black with #2ACDDA

Text Example


Text Example

White with #2ACDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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