Html Css Color HEX #2ADBE5 Turquoise

📋 copy color: '#2ADBE5'

red 42 ◦ green 219 ◦ blue 229

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

Shades of Turquoise #2ADBE5

Tints of Turquoise #2ADBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.73%

R = 8.57%
G = 44.69%
B = 46.73%

CMYK

 C value IS 0.82

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2ADBE5 (or 0x2ADBE5) is known color: Turquoise. HEX triplet: 2A, DB and E5. RGB value is (42,219,229). Sum of RGB (Red+Green+Blue) = 42+219+229=490 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.57% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 229 (89.84% from 255 or 46.73% from 490); Max value from RGB is 229 - color contains mainly: blue. Hex color #2ADBE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADBE5 is #D5241A. Grayscale: #A6A6A6. Windows color (decimal): -13968411 or 15063850. OLE color: 15063850.

HSL color Cylindrical-coordinate representation of color #2ADBE5: hue angle of 183.21º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ADBE5 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 42 219 229 -
CMYK 0.82 0.04 0 0.10
HSL 183.21º 0.78% 0.53% -
HSV(B) 183.21º 0.82% 0.9% -
XYZ 40.43 56.81 82.96 -
YUV 167.22 162.86 38.69 -
System Red Green Blue C M Y K H S L
Decimal 42 219 229 0.82 0.04 0 0.10 183.21 0.78 0.53
Hex 2A DB E5 52 4 0 A B7 4E 35
Octal 52 333 345 122 4 0 12 267 116 65
Binary 101010 11011011 11100101 1010010 100 0 1010 10110111 1001110 110101

Color Harmonies of #2ADBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADBE5

Black with #2ADBE5

Text Example


Text Example

White with #2ADBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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