Html Css Color HEX #ADE8EB Pale Turquoise

📋 copy color: '#ADE8EB'

red 173 ◦ green 232 ◦ blue 235

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

Shades of Pale Turquoise #ADE8EB

Tints of Pale Turquoise #ADE8EB

RGB

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

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

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

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

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

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

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

Color convert

RGB 173 232 235 -
CMYK 0.26 0.01 0 0.08
HSL 182.9º 0.61% 0.8% -
HSV(B) 182.9º 0.26% 0.92% -
XYZ 61.09 72.6 89.39 -
YUV 214.7 139.45 98.26 -
System Red Green Blue C M Y K H S L
Decimal 173 232 235 0.26 0.01 0 0.08 182.9 0.61 0.8
Hex AD E8 EB 1A 1 0 8 B7 3D 50
Octal 255 350 353 32 1 0 10 267 75 120
Binary 10101101 11101000 11101011 11010 1 0 1000 10110111 111101 1010000

Color Harmonies of #ADE8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE8EB

Black with #ADE8EB

Text Example


Text Example

White with #ADE8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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