Html Css Color HEX #ADEBEC Pale Turquoise

📋 copy color: '#ADEBEC'

red 173 ◦ green 235 ◦ blue 236

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

Shades of Pale Turquoise #ADEBEC

Tints of Pale Turquoise #ADEBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.65%

R = 26.86%
G = 36.49%
B = 36.65%

CMYK

 C value IS 0.27

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADEBEC (or 0xADEBEC) is known color: Pale Turquoise. HEX triplet: AD, EB and EC. RGB value is (173,235,236). Sum of RGB (Red+Green+Blue) = 173+235+236=644 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.86% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADEBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEBEC is #521413. Grayscale: #D8D8D8. Windows color (decimal): -5379092 or 15526829. OLE color: 15526829.

HSL color Cylindrical-coordinate representation of color #ADEBEC: hue angle of 180.95º degrees, saturation: 0.62, 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 #ADEBEC is Cyan = 0.27, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 235 236 -
CMYK 0.27 0.00 0 0.07
HSL 180.95º 0.62% 0.8% -
HSV(B) 180.95º 0.27% 0.93% -
XYZ 62.08 74.36 90.44 -
YUV 216.58 138.96 96.92 -
System Red Green Blue C M Y K H S L
Decimal 173 235 236 0.27 0.00 0 0.07 180.95 0.62 0.8
Hex AD EB EC 1B 0 0 7 B5 3E 50
Octal 255 353 354 33 0 0 7 265 76 120
Binary 10101101 11101011 11101100 11011 0 0 111 10110101 111110 1010000

Color Harmonies of #ADEBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEBEC

Black with #ADEBEC

Text Example


Text Example

White with #ADEBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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