Html Css Color HEX #ADEBEA Pale Turquoise

📋 copy color: '#ADEBEA'

red 173 ◦ green 235 ◦ blue 234

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

Shades of Pale Turquoise #ADEBEA

Tints of Pale Turquoise #ADEBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.45%

R = 26.95%
G = 36.6%
B = 36.45%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#ADEBEA (or 0xADEBEA) is known color: Pale Turquoise. HEX triplet: AD, EB and EA. RGB value is (173,235,234). Sum of RGB (Red+Green+Blue) = 173+235+234=642 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.95% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEBEA is #521415. Grayscale: #D8D8D8. Windows color (decimal): -5379094 or 15395757. OLE color: 15395757.

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

Color convert

RGB 173 235 234 -
CMYK 0.26 0 0.00 0.08
HSL 179.03º 0.61% 0.8% -
HSV(B) 179.03º 0.26% 0.92% -
XYZ 61.79 74.24 88.92 -
YUV 216.35 137.96 97.08 -
System Red Green Blue C M Y K H S L
Decimal 173 235 234 0.26 0 0.00 0.08 179.03 0.61 0.8
Hex AD EB EA 1A 0 0 8 B3 3D 50
Octal 255 353 352 32 0 0 10 263 75 120
Binary 10101101 11101011 11101010 11010 0 0 1000 10110011 111101 1010000

Color Harmonies of #ADEBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEBEA

Black with #ADEBEA

Text Example


Text Example

White with #ADEBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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