Html Css Color HEX #ADFFFB Pale Turquoise

📋 copy color: '#ADFFFB'

red 173 ◦ green 255 ◦ blue 251

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

Shades of Pale Turquoise #ADFFFB

Tints of Pale Turquoise #ADFFFB

RGB

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

 GREEN value IS 255 (100% from 255) = 37.56%

 BLUE value IS 251 (98.44% from 255) = 36.97%

R = 25.48%
G = 37.56%
B = 36.97%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#ADFFFB (or 0xADFFFB) is known color: Pale Turquoise. HEX triplet: AD, FF and FB. RGB value is (173,255,251). Sum of RGB (Red+Green+Blue) = 173+255+251=679 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.48% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 251 (98.44% from 255 or 36.97% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFFFB is #520004. Grayscale: #E5E5E5. Windows color (decimal): -5373957 or 16514989. OLE color: 16514989.

HSL color Cylindrical-coordinate representation of color #ADFFFB: hue angle of 177.07º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFFFB is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 173 255 251 -
CMYK 0.32 0 0.02 0
HSL 177.07º 1% 0.84% -
HSV(B) 177.07º 0.32% 1% -
XYZ 70.41 87.37 104.42 -
YUV 230.03 139.83 87.33 -
System Red Green Blue C M Y K H S L
Decimal 173 255 251 0.32 0 0.02 0 177.07 1 0.84
Hex AD FF FB 20 0 2 0 B1 64 54
Octal 255 377 373 40 0 2 0 261 144 124
Binary 10101101 11111111 11111011 100000 0 10 0 10110001 1100100 1010100

Color Harmonies of #ADFFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFFFB

Black with #ADFFFB

Text Example


Text Example

White with #ADFFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFFFB; }

 p { color: rgb(173,255,251); }

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

background-color css

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

 a { background-color: rgb(173,255,251); }

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

border-color css

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

 span { border-color: rgb(173,255,251); }

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