Html Css Color HEX #ADFAFD Pale Turquoise

📋 copy color: '#ADFAFD'

red 173 ◦ green 250 ◦ blue 253

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

Shades of Pale Turquoise #ADFAFD

Tints of Pale Turquoise #ADFAFD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.98%

 BLUE value IS 253 (99.22% from 255) = 37.43%

R = 25.59%
G = 36.98%
B = 37.43%

CMYK

 C value IS 0.32

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ADFAFD (or 0xADFAFD) is known color: Pale Turquoise. HEX triplet: AD, FA and FD. RGB value is (173,250,253). Sum of RGB (Red+Green+Blue) = 173+250+253=676 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.59% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADFAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFAFD is #520502. Grayscale: #E3E3E3. Windows color (decimal): -5375235 or 16644781. OLE color: 16644781.

HSL color Cylindrical-coordinate representation of color #ADFAFD: hue angle of 182.25º 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 #ADFAFD is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 250 253 -
CMYK 0.32 0.01 0 0.01
HSL 182.25º 0.95% 0.84% -
HSV(B) 182.25º 0.32% 0.99% -
XYZ 69.15 84.35 105.56 -
YUV 227.32 142.49 89.26 -
System Red Green Blue C M Y K H S L
Decimal 173 250 253 0.32 0.01 0 0.01 182.25 0.95 0.84
Hex AD FA FD 20 1 0 1 B6 5F 54
Octal 255 372 375 40 1 0 1 266 137 124
Binary 10101101 11111010 11111101 100000 1 0 1 10110110 1011111 1010100

Color Harmonies of #ADFAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFAFD

Black with #ADFAFD

Text Example


Text Example

White with #ADFAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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