Html Css Color HEX #2ADCED Turquoise

📋 copy color: '#2ADCED'

red 42 ◦ green 220 ◦ blue 237

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

Shades of Turquoise #2ADCED

Tints of Turquoise #2ADCED

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.09%

 BLUE value IS 237 (92.97% from 255) = 47.49%

R = 8.42%
G = 44.09%
B = 47.49%

CMYK

 C value IS 0.82

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2ADCED (or 0x2ADCED) is known color: Turquoise. HEX triplet: 2A, DC and ED. RGB value is (42,220,237). Sum of RGB (Red+Green+Blue) = 42+220+237=499 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.42% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #2ADCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADCED is #D52312. Grayscale: #A8A8A8. Windows color (decimal): -13968147 or 15588394. OLE color: 15588394.

HSL color Cylindrical-coordinate representation of color #2ADCED: hue angle of 185.23º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ADCED is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 42 220 237 -
CMYK 0.82 0.07 0 0.07
HSL 185.23º 0.84% 0.55% -
HSV(B) 185.23º 0.82% 0.93% -
XYZ 41.83 57.79 89.07 -
YUV 168.72 166.53 37.62 -
System Red Green Blue C M Y K H S L
Decimal 42 220 237 0.82 0.07 0 0.07 185.23 0.84 0.55
Hex 2A DC ED 52 7 0 7 B9 54 37
Octal 52 334 355 122 7 0 7 271 124 67
Binary 101010 11011100 11101101 1010010 111 0 111 10111001 1010100 110111

Color Harmonies of #2ADCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADCED

Black with #2ADCED

Text Example


Text Example

White with #2ADCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,220,237); }

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

background-color css

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

 a { background-color: rgb(42,220,237); }

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

border-color css

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

 span { border-color: rgb(42,220,237); }

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