Html Css Color HEX #ADECF5 Pale Turquoise

📋 copy color: '#ADECF5'

red 173 ◦ green 236 ◦ blue 245

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

Shades of Pale Turquoise #ADECF5

Tints of Pale Turquoise #ADECF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 37.46%

R = 26.45%
G = 36.09%
B = 37.46%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ADECF5 (or 0xADECF5) is known color: Pale Turquoise. HEX triplet: AD, EC and F5. RGB value is (173,236,245). Sum of RGB (Red+Green+Blue) = 173+236+245=654 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.45% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 245 (96.09% from 255 or 37.46% from 654); Max value from RGB is 245 - color contains mainly: blue. Hex color #ADECF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADECF5 is #52130A. Grayscale: #DADADA. Windows color (decimal): -5378827 or 16116909. OLE color: 16116909.

HSL color Cylindrical-coordinate representation of color #ADECF5: hue angle of 187.5º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADECF5 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 236 245 -
CMYK 0.29 0.04 0 0.04
HSL 187.5º 0.78% 0.82% -
HSV(B) 187.5º 0.29% 0.96% -
XYZ 63.71 75.47 97.6 -
YUV 218.19 143.13 95.77 -
System Red Green Blue C M Y K H S L
Decimal 173 236 245 0.29 0.04 0 0.04 187.5 0.78 0.82
Hex AD EC F5 1D 4 0 4 BC 4E 52
Octal 255 354 365 35 4 0 4 274 116 122
Binary 10101101 11101100 11110101 11101 100 0 100 10111100 1001110 1010010

Color Harmonies of #ADECF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADECF5

Black with #ADECF5

Text Example


Text Example

White with #ADECF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADECF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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