Html Css Color HEX #2ACCDA Turquoise

📋 copy color: '#2ACCDA'

red 42 ◦ green 204 ◦ blue 218

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

Shades of Turquoise #2ACCDA

Tints of Turquoise #2ACCDA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.97%

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

R = 9.05%
G = 43.97%
B = 46.98%

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

#2ACCDA (or 0x2ACCDA) is known color: Turquoise. HEX triplet: 2A, CC and DA. RGB value is (42,204,218). Sum of RGB (Red+Green+Blue) = 42+204+218=464 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.05% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #2ACCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACCDA is #D53325. Grayscale: #9C9C9C. Windows color (decimal): -13972262 or 14339114. OLE color: 14339114.

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

Color convert

RGB 42 204 218 -
CMYK 0.81 0.06 0 0.15
HSL 184.77º 0.7% 0.51% -
HSV(B) 184.77º 0.81% 0.85% -
XYZ 35.2 48.74 73.88 -
YUV 157.16 162.33 45.86 -
System Red Green Blue C M Y K H S L
Decimal 42 204 218 0.81 0.06 0 0.15 184.77 0.7 0.51
Hex 2A CC DA 51 6 0 F B9 46 33
Octal 52 314 332 121 6 0 17 271 106 63
Binary 101010 11001100 11011010 1010001 110 0 1111 10111001 1000110 110011

Color Harmonies of #2ACCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACCDA

Black with #2ACCDA

Text Example


Text Example

White with #2ACCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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