Html Css Color HEX #ADFDFB Pale Turquoise

📋 copy color: '#ADFDFB'

red 173 ◦ green 253 ◦ blue 251

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

Shades of Pale Turquoise #ADFDFB

Tints of Pale Turquoise #ADFDFB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.37%

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

R = 25.55%
G = 37.37%
B = 37.08%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#ADFDFB (or 0xADFDFB) is known color: Pale Turquoise. HEX triplet: AD, FD and FB. RGB value is (173,253,251). Sum of RGB (Red+Green+Blue) = 173+253+251=677 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.55% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFDFB is #520204. Grayscale: #E4E4E4. Windows color (decimal): -5374469 or 16514477. OLE color: 16514477.

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

Color convert

RGB 173 253 251 -
CMYK 0.32 0 0.01 0.01
HSL 178.5º 0.95% 0.84% -
HSV(B) 178.5º 0.32% 0.99% -
XYZ 69.77 86.1 104.21 -
YUV 228.85 140.5 88.16 -
System Red Green Blue C M Y K H S L
Decimal 173 253 251 0.32 0 0.01 0.01 178.5 0.95 0.84
Hex AD FD FB 20 0 1 1 B2 5F 54
Octal 255 375 373 40 0 1 1 262 137 124
Binary 10101101 11111101 11111011 100000 0 1 1 10110010 1011111 1010100

Color Harmonies of #ADFDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFDFB

Black with #ADFDFB

Text Example


Text Example

White with #ADFDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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