Html Css Color HEX #2ACDD8 Turquoise

📋 copy color: '#2ACDD8'

red 42 ◦ green 205 ◦ blue 216

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

Shades of Turquoise #2ACDD8

Tints of Turquoise #2ACDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.65%

R = 9.07%
G = 44.28%
B = 46.65%

CMYK

 C value IS 0.81

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2ACDD8 (or 0x2ACDD8) is known color: Turquoise. HEX triplet: 2A, CD and D8. RGB value is (42,205,216). Sum of RGB (Red+Green+Blue) = 42+205+216=463 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.07% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 216 (84.77% from 255 or 46.65% from 463); Max value from RGB is 216 - color contains mainly: blue. Hex color #2ACDD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACDD8 is #D53227. Grayscale: #9D9D9D. Windows color (decimal): -13972008 or 14208298. OLE color: 14208298.

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

Color convert

RGB 42 205 216 -
CMYK 0.81 0.05 0 0.15
HSL 183.79º 0.69% 0.51% -
HSV(B) 183.79º 0.81% 0.85% -
XYZ 35.18 49.11 72.59 -
YUV 157.52 161 45.61 -
System Red Green Blue C M Y K H S L
Decimal 42 205 216 0.81 0.05 0 0.15 183.79 0.69 0.51
Hex 2A CD D8 51 5 0 F B8 45 33
Octal 52 315 330 121 5 0 17 270 105 63
Binary 101010 11001101 11011000 1010001 101 0 1111 10111000 1000101 110011

Color Harmonies of #2ACDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACDD8

Black with #2ACDD8

Text Example


Text Example

White with #2ACDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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