Html Css Color HEX #ADECEC Pale Turquoise

📋 copy color: '#ADECEC'

red 173 ◦ green 236 ◦ blue 236

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

Shades of Pale Turquoise #ADECEC

Tints of Pale Turquoise #ADECEC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.59%

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

R = 26.82%
G = 36.59%
B = 36.59%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADECEC (or 0xADECEC) is known color: Pale Turquoise. HEX triplet: AD, EC and EC. RGB value is (173,236,236). Sum of RGB (Red+Green+Blue) = 173+236+236=645 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.82% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #ADECEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADECEC is #521313. Grayscale: #D9D9D9. Windows color (decimal): -5378836 or 15527085. OLE color: 15527085.

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

Color convert

RGB 173 236 236 -
CMYK 0.27 0 0 0.07
HSL 180º 0.62% 0.8% -
HSV(B) 180º 0.27% 0.93% -
XYZ 62.37 74.93 90.53 -
YUV 217.16 138.63 96.5 -
System Red Green Blue C M Y K H S L
Decimal 173 236 236 0.27 0 0 0.07 180 0.62 0.8
Hex AD EC EC 1B 0 0 7 B4 3E 50
Octal 255 354 354 33 0 0 7 264 76 120
Binary 10101101 11101100 11101100 11011 0 0 111 10110100 111110 1010000

Color Harmonies of #ADECEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADECEC

Black with #ADECEC

Text Example


Text Example

White with #ADECEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADECEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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