Html Css Color HEX #2ADAEB Turquoise

📋 copy color: '#2ADAEB'

red 42 ◦ green 218 ◦ blue 235

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

Shades of Turquoise #2ADAEB

Tints of Turquoise #2ADAEB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.04%

 BLUE value IS 235 (92.19% from 255) = 47.47%

R = 8.48%
G = 44.04%
B = 47.47%

CMYK

 C value IS 0.82

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2ADAEB (or 0x2ADAEB) is known color: Turquoise. HEX triplet: 2A, DA and EB. RGB value is (42,218,235). Sum of RGB (Red+Green+Blue) = 42+218+235=495 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.48% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #2ADAEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADAEB is #D52514. Grayscale: #A7A7A7. Windows color (decimal): -13968661 or 15456810. OLE color: 15456810.

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

Color convert

RGB 42 218 235 -
CMYK 0.82 0.07 0 0.08
HSL 185.29º 0.83% 0.54% -
HSV(B) 185.29º 0.82% 0.92% -
XYZ 41.02 56.63 87.37 -
YUV 167.31 166.19 38.62 -
System Red Green Blue C M Y K H S L
Decimal 42 218 235 0.82 0.07 0 0.08 185.29 0.83 0.54
Hex 2A DA EB 52 7 0 8 B9 53 36
Octal 52 332 353 122 7 0 10 271 123 66
Binary 101010 11011010 11101011 1010010 111 0 1000 10111001 1010011 110110

Color Harmonies of #2ADAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADAEB

Black with #2ADAEB

Text Example


Text Example

White with #2ADAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,218,235); }

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

background-color css

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

 a { background-color: rgb(42,218,235); }

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

border-color css

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

 span { border-color: rgb(42,218,235); }

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