Html Css Color HEX #ADEBE6 Pale Turquoise

📋 copy color: '#ADEBE6'

red 173 ◦ green 235 ◦ blue 230

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

Shades of Pale Turquoise #ADEBE6

Tints of Pale Turquoise #ADEBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.05%

R = 27.12%
G = 36.83%
B = 36.05%

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

#ADEBE6 (or 0xADEBE6) is known color: Pale Turquoise. HEX triplet: AD, EB and E6. RGB value is (173,235,230). Sum of RGB (Red+Green+Blue) = 173+235+230=638 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.12% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 230 (90.23% from 255 or 36.05% from 638); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEBE6 is #521419. Grayscale: #D7D7D7. Windows color (decimal): -5379098 or 15133613. OLE color: 15133613.

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

Color convert

RGB 173 235 230 -
CMYK 0.26 0 0.02 0.08
HSL 175.16º 0.61% 0.8% -
HSV(B) 175.16º 0.26% 0.92% -
XYZ 61.22 74.01 85.92 -
YUV 215.89 135.96 97.41 -
System Red Green Blue C M Y K H S L
Decimal 173 235 230 0.26 0 0.02 0.08 175.16 0.61 0.8
Hex AD EB E6 1A 0 2 8 AF 3D 50
Octal 255 353 346 32 0 2 10 257 75 120
Binary 10101101 11101011 11100110 11010 0 10 1000 10101111 111101 1010000

Color Harmonies of #ADEBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEBE6

Black with #ADEBE6

Text Example


Text Example

White with #ADEBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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