Html Css Color HEX #2ADBEE Turquoise

📋 copy color: '#2ADBEE'

red 42 ◦ green 219 ◦ blue 238

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

Shades of Turquoise #2ADBEE

Tints of Turquoise #2ADBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.7%

R = 8.42%
G = 43.89%
B = 47.7%

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

#2ADBEE (or 0x2ADBEE) is known color: Turquoise. HEX triplet: 2A, DB and EE. RGB value is (42,219,238). Sum of RGB (Red+Green+Blue) = 42+219+238=499 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.42% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #2ADBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADBEE is #D52411. Grayscale: #A7A7A7. Windows color (decimal): -13968402 or 15653674. OLE color: 15653674.

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

Color convert

RGB 42 219 238 -
CMYK 0.82 0.08 0 0.07
HSL 185.82º 0.85% 0.55% -
HSV(B) 185.82º 0.82% 0.93% -
XYZ 41.72 57.33 89.76 -
YUV 168.24 167.36 37.96 -
System Red Green Blue C M Y K H S L
Decimal 42 219 238 0.82 0.08 0 0.07 185.82 0.85 0.55
Hex 2A DB EE 52 8 0 7 BA 55 37
Octal 52 333 356 122 10 0 7 272 125 67
Binary 101010 11011011 11101110 1010010 1000 0 111 10111010 1010101 110111

Color Harmonies of #2ADBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADBEE

Black with #2ADBEE

Text Example


Text Example

White with #2ADBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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