Html Css Color HEX #2ADBED Turquoise

📋 copy color: '#2ADBED'

red 42 ◦ green 219 ◦ blue 237

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

Shades of Turquoise #2ADBED

Tints of Turquoise #2ADBED

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.98%

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

R = 8.43%
G = 43.98%
B = 47.59%

CMYK

 C value IS 0.82

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2ADBED (or 0x2ADBED) is known color: Turquoise. HEX triplet: 2A, DB and ED. RGB value is (42,219,237). Sum of RGB (Red+Green+Blue) = 42+219+237=498 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.43% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #2ADBED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADBED is #D52412. Grayscale: #A7A7A7. Windows color (decimal): -13968403 or 15588138. OLE color: 15588138.

HSL color Cylindrical-coordinate representation of color #2ADBED: hue angle of 185.54º 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 #2ADBED is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 42 219 237 -
CMYK 0.82 0.08 0 0.07
HSL 185.54º 0.84% 0.55% -
HSV(B) 185.54º 0.82% 0.93% -
XYZ 41.57 57.27 88.98 -
YUV 168.13 166.86 38.04 -
System Red Green Blue C M Y K H S L
Decimal 42 219 237 0.82 0.08 0 0.07 185.54 0.84 0.55
Hex 2A DB ED 52 8 0 7 BA 54 37
Octal 52 333 355 122 10 0 7 272 124 67
Binary 101010 11011011 11101101 1010010 1000 0 111 10111010 1010100 110111

Color Harmonies of #2ADBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADBED

Black with #2ADBED

Text Example


Text Example

White with #2ADBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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