Html Css Color HEX #ADEBF0 Pale Turquoise

📋 copy color: '#ADEBF0'

red 173 ◦ green 235 ◦ blue 240

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

Shades of Pale Turquoise #ADEBF0

Tints of Pale Turquoise #ADEBF0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.27%

 BLUE value IS 240 (94.14% from 255) = 37.04%

R = 26.7%
G = 36.27%
B = 37.04%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ADEBF0 (or 0xADEBF0) is known color: Pale Turquoise. HEX triplet: AD, EB and F0. RGB value is (173,235,240). Sum of RGB (Red+Green+Blue) = 173+235+240=648 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.70% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 240 (94.14% from 255 or 37.04% from 648); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADEBF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEBF0 is #52140F. Grayscale: #D8D8D8. Windows color (decimal): -5379088 or 15788973. OLE color: 15788973.

HSL color Cylindrical-coordinate representation of color #ADEBF0: hue angle of 184.48º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADEBF0 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 235 240 -
CMYK 0.28 0.02 0 0.06
HSL 184.48º 0.69% 0.81% -
HSV(B) 184.48º 0.28% 0.94% -
XYZ 62.67 74.59 93.53 -
YUV 217.03 140.96 96.59 -
System Red Green Blue C M Y K H S L
Decimal 173 235 240 0.28 0.02 0 0.06 184.48 0.69 0.81
Hex AD EB F0 1C 2 0 6 B8 45 51
Octal 255 353 360 34 2 0 6 270 105 121
Binary 10101101 11101011 11110000 11100 10 0 110 10111000 1000101 1010001

Color Harmonies of #ADEBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEBF0

Black with #ADEBF0

Text Example


Text Example

White with #ADEBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEBF0; }

 p { color: rgb(173,235,240); }

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

background-color css

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

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

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

border-color css

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

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

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