Html Css Color HEX #2ACED8 Turquoise

📋 copy color: '#2ACED8'

red 42 ◦ green 206 ◦ blue 216

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

Shades of Turquoise #2ACED8

Tints of Turquoise #2ACED8

RGB

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

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

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

R = 9.05%
G = 44.4%
B = 46.55%

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

#2ACED8 (or 0x2ACED8) is known color: Turquoise. HEX triplet: 2A, CE and D8. RGB value is (42,206,216). Sum of RGB (Red+Green+Blue) = 42+206+216=464 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.05% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 216 (84.77% from 255 or 46.55% from 464); Max value from RGB is 216 - color contains mainly: blue. Hex color #2ACED8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACED8 is #D53127. Grayscale: #9D9D9D. Windows color (decimal): -13971752 or 14208554. OLE color: 14208554.

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

Color convert

RGB 42 206 216 -
CMYK 0.81 0.05 0 0.15
HSL 183.45º 0.69% 0.51% -
HSV(B) 183.45º 0.81% 0.85% -
XYZ 35.42 49.59 72.67 -
YUV 158.1 160.67 45.19 -
System Red Green Blue C M Y K H S L
Decimal 42 206 216 0.81 0.05 0 0.15 183.45 0.69 0.51
Hex 2A CE D8 51 5 0 F B7 45 33
Octal 52 316 330 121 5 0 17 267 105 63
Binary 101010 11001110 11011000 1010001 101 0 1111 10110111 1000101 110011

Color Harmonies of #2ACED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACED8

Black with #2ACED8

Text Example


Text Example

White with #2ACED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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