Html Css Color HEX #ADEBE8 Pale Turquoise

📋 copy color: '#ADEBE8'

red 173 ◦ green 235 ◦ blue 232

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

Shades of Pale Turquoise #ADEBE8

Tints of Pale Turquoise #ADEBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.25%

R = 27.03%
G = 36.72%
B = 36.25%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#ADEBE8 (or 0xADEBE8) is known color: Pale Turquoise. HEX triplet: AD, EB and E8. RGB value is (173,235,232). Sum of RGB (Red+Green+Blue) = 173+235+232=640 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.03% from 640); Green value is 235 (92.19% from 255 or 36.72% from 640); Blue value is 232 (91.02% from 255 or 36.25% from 640); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEBE8 is #521417. Grayscale: #D8D8D8. Windows color (decimal): -5379096 or 15264685. OLE color: 15264685.

HSL color Cylindrical-coordinate representation of color #ADEBE8: hue angle of 177.1º 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 #ADEBE8 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 235 232 -
CMYK 0.26 0 0.01 0.08
HSL 177.1º 0.61% 0.8% -
HSV(B) 177.1º 0.26% 0.92% -
XYZ 61.51 74.13 87.41 -
YUV 216.12 136.96 97.24 -
System Red Green Blue C M Y K H S L
Decimal 173 235 232 0.26 0 0.01 0.08 177.1 0.61 0.8
Hex AD EB E8 1A 0 1 8 B1 3D 50
Octal 255 353 350 32 0 1 10 261 75 120
Binary 10101101 11101011 11101000 11010 0 1 1000 10110001 111101 1010000

Color Harmonies of #ADEBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEBE8

Black with #ADEBE8

Text Example


Text Example

White with #ADEBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEBE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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