Html Css Color HEX #2ADEED Turquoise

📋 copy color: '#2ADEED'

red 42 ◦ green 222 ◦ blue 237

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

Shades of Turquoise #2ADEED

Tints of Turquoise #2ADEED

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.31%

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

R = 8.38%
G = 44.31%
B = 47.31%

CMYK

 C value IS 0.82

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2ADEED (or 0x2ADEED) is known color: Turquoise. HEX triplet: 2A, DE and ED. RGB value is (42,222,237). Sum of RGB (Red+Green+Blue) = 42+222+237=501 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.38% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #2ADEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADEED is #D52112. Grayscale: #A9A9A9. Windows color (decimal): -13967635 or 15588906. OLE color: 15588906.

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

Color convert

RGB 42 222 237 -
CMYK 0.82 0.06 0 0.07
HSL 184.62º 0.84% 0.55% -
HSV(B) 184.62º 0.82% 0.93% -
XYZ 42.36 58.85 89.25 -
YUV 169.89 165.87 36.78 -
System Red Green Blue C M Y K H S L
Decimal 42 222 237 0.82 0.06 0 0.07 184.62 0.84 0.55
Hex 2A DE ED 52 6 0 7 B9 54 37
Octal 52 336 355 122 6 0 7 271 124 67
Binary 101010 11011110 11101101 1010010 110 0 111 10111001 1010100 110111

Color Harmonies of #2ADEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADEED

Black with #2ADEED

Text Example


Text Example

White with #2ADEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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