Html Css Color HEX #ADECF7 Pale Turquoise

📋 copy color: '#ADECF7'

red 173 ◦ green 236 ◦ blue 247

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

Shades of Pale Turquoise #ADECF7

Tints of Pale Turquoise #ADECF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 37.65%

R = 26.37%
G = 35.98%
B = 37.65%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ADECF7 (or 0xADECF7) is known color: Pale Turquoise. HEX triplet: AD, EC and F7. RGB value is (173,236,247). Sum of RGB (Red+Green+Blue) = 173+236+247=656 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.37% from 656); Green value is 236 (92.58% from 255 or 35.98% from 656); Blue value is 247 (96.88% from 255 or 37.65% from 656); Max value from RGB is 247 - color contains mainly: blue. Hex color #ADECF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADECF7 is #521308. Grayscale: #DADADA. Windows color (decimal): -5378825 or 16247981. OLE color: 16247981.

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

Color convert

RGB 173 236 247 -
CMYK 0.30 0.04 0 0.03
HSL 188.92º 0.82% 0.82% -
HSV(B) 188.92º 0.3% 0.97% -
XYZ 64.02 75.59 99.21 -
YUV 218.42 144.13 95.61 -
System Red Green Blue C M Y K H S L
Decimal 173 236 247 0.30 0.04 0 0.03 188.92 0.82 0.82
Hex AD EC F7 1E 4 0 3 BD 52 52
Octal 255 354 367 36 4 0 3 275 122 122
Binary 10101101 11101100 11110111 11110 100 0 11 10111101 1010010 1010010

Color Harmonies of #ADECF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADECF7

Black with #ADECF7

Text Example


Text Example

White with #ADECF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADECF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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