Html Css Color HEX #ADEBEF Pale Turquoise

📋 copy color: '#ADEBEF'

red 173 ◦ green 235 ◦ blue 239

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

Shades of Pale Turquoise #ADEBEF

Tints of Pale Turquoise #ADEBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.94%

R = 26.74%
G = 36.32%
B = 36.94%

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

#ADEBEF (or 0xADEBEF) is known color: Pale Turquoise. HEX triplet: AD, EB and EF. RGB value is (173,235,239). Sum of RGB (Red+Green+Blue) = 173+235+239=647 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.74% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADEBEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEBEF is #521410. Grayscale: #D8D8D8. Windows color (decimal): -5379089 or 15723437. OLE color: 15723437.

HSL color Cylindrical-coordinate representation of color #ADEBEF: hue angle of 183.64º degrees, saturation: 0.67, 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 #ADEBEF is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 235 239 -
CMYK 0.28 0.02 0 0.06
HSL 183.64º 0.67% 0.81% -
HSV(B) 183.64º 0.28% 0.94% -
XYZ 62.52 74.53 92.75 -
YUV 216.92 140.46 96.67 -
System Red Green Blue C M Y K H S L
Decimal 173 235 239 0.28 0.02 0 0.06 183.64 0.67 0.81
Hex AD EB EF 1C 2 0 6 B8 43 51
Octal 255 353 357 34 2 0 6 270 103 121
Binary 10101101 11101011 11101111 11100 10 0 110 10111000 1000011 1010001

Color Harmonies of #ADEBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEBEF

Black with #ADEBEF

Text Example


Text Example

White with #ADEBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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