Html Css Color HEX #ADEBE5 Pale Turquoise

📋 copy color: '#ADEBE5'

red 173 ◦ green 235 ◦ blue 229

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

Shades of Pale Turquoise #ADEBE5

Tints of Pale Turquoise #ADEBE5

RGB

 RED value IS 173 (67.97% from 255) = 27.16%

 GREEN value IS 235 (92.19% from 255) = 36.89%

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

R = 27.16%
G = 36.89%
B = 35.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#ADEBE5 (or 0xADEBE5) is known color: Pale Turquoise. HEX triplet: AD, EB and E5. RGB value is (173,235,229). Sum of RGB (Red+Green+Blue) = 173+235+229=637 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.16% from 637); Green value is 235 (92.19% from 255 or 36.89% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBE5 is #52141A. Grayscale: #D7D7D7. Windows color (decimal): -5379099 or 15068077. OLE color: 15068077.

HSL color Cylindrical-coordinate representation of color #ADEBE5: hue angle of 174.19º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEBE5 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 235 229 -
CMYK 0.26 0 0.03 0.08
HSL 174.19º 0.61% 0.8% -
HSV(B) 174.19º 0.26% 0.92% -
XYZ 61.08 73.96 85.18 -
YUV 215.78 135.46 97.49 -
System Red Green Blue C M Y K H S L
Decimal 173 235 229 0.26 0 0.03 0.08 174.19 0.61 0.8
Hex AD EB E5 1A 0 3 8 AE 3D 50
Octal 255 353 345 32 0 3 10 256 75 120
Binary 10101101 11101011 11100101 11010 0 11 1000 10101110 111101 1010000

Color Harmonies of #ADEBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEBE5

Black with #ADEBE5

Text Example


Text Example

White with #ADEBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEBE5; }

 p { color: rgb(173,235,229); }

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

background-color css

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

 a { background-color: rgb(173,235,229); }

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

border-color css

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

 span { border-color: rgb(173,235,229); }

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