Html Css Color HEX #ADEDE8 Pale Turquoise

📋 copy color: '#ADEDE8'

red 173 ◦ green 237 ◦ blue 232

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

Shades of Pale Turquoise #ADEDE8

Tints of Pale Turquoise #ADEDE8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.92%

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

R = 26.95%
G = 36.92%
B = 36.14%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#ADEDE8 (or 0xADEDE8) is known color: Pale Turquoise. HEX triplet: AD, ED and E8. RGB value is (173,237,232). Sum of RGB (Red+Green+Blue) = 173+237+232=642 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.95% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 232 (91.02% from 255 or 36.14% from 642); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEDE8 is #521217. Grayscale: #D9D9D9. Windows color (decimal): -5378584 or 15265197. OLE color: 15265197.

HSL color Cylindrical-coordinate representation of color #ADEDE8: hue angle of 175.31º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADEDE8 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 237 232 -
CMYK 0.27 0 0.02 0.07
HSL 175.31º 0.64% 0.8% -
HSV(B) 175.31º 0.27% 0.93% -
XYZ 62.08 75.28 87.6 -
YUV 217.29 136.3 96.41 -
System Red Green Blue C M Y K H S L
Decimal 173 237 232 0.27 0 0.02 0.07 175.31 0.64 0.8
Hex AD ED E8 1B 0 2 7 AF 40 50
Octal 255 355 350 33 0 2 7 257 100 120
Binary 10101101 11101101 11101000 11011 0 10 111 10101111 1000000 1010000

Color Harmonies of #ADEDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEDE8

Black with #ADEDE8

Text Example


Text Example

White with #ADEDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEDE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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