Html Css Color HEX #ADECE6 Pale Turquoise

📋 copy color: '#ADECE6'

red 173 ◦ green 236 ◦ blue 230

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

Shades of Pale Turquoise #ADECE6

Tints of Pale Turquoise #ADECE6

RGB

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

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

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

R = 27.07%
G = 36.93%
B = 35.99%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ADECE6 (or 0xADECE6) is known color: Pale Turquoise. HEX triplet: AD, EC and E6. RGB value is (173,236,230). Sum of RGB (Red+Green+Blue) = 173+236+230=639 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.07% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 230 (90.23% from 255 or 35.99% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADECE6 is #521319. Grayscale: #D8D8D8. Windows color (decimal): -5378842 or 15133869. OLE color: 15133869.

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

Color convert

RGB 173 236 230 -
CMYK 0.27 0 0.03 0.07
HSL 174.29º 0.62% 0.8% -
HSV(B) 174.29º 0.27% 0.93% -
XYZ 61.51 74.59 86.02 -
YUV 216.48 135.63 96.99 -
System Red Green Blue C M Y K H S L
Decimal 173 236 230 0.27 0 0.03 0.07 174.29 0.62 0.8
Hex AD EC E6 1B 0 3 7 AE 3E 50
Octal 255 354 346 33 0 3 7 256 76 120
Binary 10101101 11101100 11100110 11011 0 11 111 10101110 111110 1010000

Color Harmonies of #ADECE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADECE6

Black with #ADECE6

Text Example


Text Example

White with #ADECE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADECE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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