Html Css Color HEX #ADECF8 Pale Turquoise

📋 copy color: '#ADECF8'

red 173 ◦ green 236 ◦ blue 248

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

Shades of Pale Turquoise #ADECF8

Tints of Pale Turquoise #ADECF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.75%

R = 26.33%
G = 35.92%
B = 37.75%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ADECF8 (or 0xADECF8) is known color: Pale Turquoise. HEX triplet: AD, EC and F8. RGB value is (173,236,248). Sum of RGB (Red+Green+Blue) = 173+236+248=657 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.33% from 657); Green value is 236 (92.58% from 255 or 35.92% from 657); Blue value is 248 (97.27% from 255 or 37.75% from 657); Max value from RGB is 248 - color contains mainly: blue. Hex color #ADECF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADECF8 is #521307. Grayscale: #DADADA. Windows color (decimal): -5378824 or 16313517. OLE color: 16313517.

HSL color Cylindrical-coordinate representation of color #ADECF8: hue angle of 189.6º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADECF8 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 236 248 -
CMYK 0.30 0.05 0 0.03
HSL 189.6º 0.84% 0.83% -
HSV(B) 189.6º 0.3% 0.97% -
XYZ 64.17 75.65 100.03 -
YUV 218.53 144.63 95.52 -
System Red Green Blue C M Y K H S L
Decimal 173 236 248 0.30 0.05 0 0.03 189.6 0.84 0.83
Hex AD EC F8 1E 5 0 3 BE 54 53
Octal 255 354 370 36 5 0 3 276 124 123
Binary 10101101 11101100 11111000 11110 101 0 11 10111110 1010100 1010011

Color Harmonies of #ADECF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADECF8

Black with #ADECF8

Text Example


Text Example

White with #ADECF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADECF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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