Html Css Color HEX #ADEBE7 Pale Turquoise

📋 copy color: '#ADEBE7'

red 173 ◦ green 235 ◦ blue 231

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

Shades of Pale Turquoise #ADEBE7

Tints of Pale Turquoise #ADEBE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.15%

R = 27.07%
G = 36.78%
B = 36.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#ADEBE7 (or 0xADEBE7) is known color: Pale Turquoise. HEX triplet: AD, EB and E7. RGB value is (173,235,231). Sum of RGB (Red+Green+Blue) = 173+235+231=639 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.07% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 231 (90.62% from 255 or 36.15% from 639); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEBE7 is #521418. Grayscale: #D7D7D7. Windows color (decimal): -5379097 or 15199149. OLE color: 15199149.

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

Color convert

RGB 173 235 231 -
CMYK 0.26 0 0.02 0.08
HSL 176.13º 0.61% 0.8% -
HSV(B) 176.13º 0.26% 0.92% -
XYZ 61.37 74.07 86.66 -
YUV 216.01 136.46 97.33 -
System Red Green Blue C M Y K H S L
Decimal 173 235 231 0.26 0 0.02 0.08 176.13 0.61 0.8
Hex AD EB E7 1A 0 2 8 B0 3D 50
Octal 255 353 347 32 0 2 10 260 75 120
Binary 10101101 11101011 11100111 11010 0 10 1000 10110000 111101 1010000

Color Harmonies of #ADEBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEBE7

Black with #ADEBE7

Text Example


Text Example

White with #ADEBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEBE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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