Html Css Color HEX #2ADBEA Turquoise

📋 copy color: '#2ADBEA'

red 42 ◦ green 219 ◦ blue 234

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

Shades of Turquoise #2ADBEA

Tints of Turquoise #2ADBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.27%

R = 8.48%
G = 44.24%
B = 47.27%

CMYK

 C value IS 0.82

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2ADBEA (or 0x2ADBEA) is known color: Turquoise. HEX triplet: 2A, DB and EA. RGB value is (42,219,234). Sum of RGB (Red+Green+Blue) = 42+219+234=495 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.48% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #2ADBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADBEA is #D52415. Grayscale: #A7A7A7. Windows color (decimal): -13968406 or 15391530. OLE color: 15391530.

HSL color Cylindrical-coordinate representation of color #2ADBEA: hue angle of 184.69º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ADBEA is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 42 219 234 -
CMYK 0.82 0.06 0 0.08
HSL 184.69º 0.82% 0.54% -
HSV(B) 184.69º 0.82% 0.92% -
XYZ 41.14 57.1 86.69 -
YUV 167.79 165.36 38.28 -
System Red Green Blue C M Y K H S L
Decimal 42 219 234 0.82 0.06 0 0.08 184.69 0.82 0.54
Hex 2A DB EA 52 6 0 8 B9 52 36
Octal 52 333 352 122 6 0 10 271 122 66
Binary 101010 11011011 11101010 1010010 110 0 1000 10111001 1010010 110110

Color Harmonies of #2ADBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADBEA

Black with #2ADBEA

Text Example


Text Example

White with #2ADBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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