Html Css Color HEX #ADFAFF Pale Turquoise

📋 copy color: '#ADFAFF'

red 173 ◦ green 250 ◦ blue 255

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

Shades of Pale Turquoise #ADFAFF

Tints of Pale Turquoise #ADFAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.61%

R = 25.52%
G = 36.87%
B = 37.61%

CMYK

 C value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ADFAFF (or 0xADFAFF) is known color: Pale Turquoise. HEX triplet: AD, FA and FF. RGB value is (173,250,255). Sum of RGB (Red+Green+Blue) = 173+250+255=678 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.52% from 678); Green value is 250 (98.05% from 255 or 36.87% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADFAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFAFF is #520500. Grayscale: #E3E3E3. Windows color (decimal): -5375233 or 16775853. OLE color: 16775853.

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

Color convert

RGB 173 250 255 -
CMYK 0.32 0.02 0 0
HSL 183.66º 1% 0.84% -
HSV(B) 183.66º 0.32% 1% -
XYZ 69.47 84.48 107.25 -
YUV 227.55 143.49 89.09 -
System Red Green Blue C M Y K H S L
Decimal 173 250 255 0.32 0.02 0 0 183.66 1 0.84
Hex AD FA FF 20 2 0 0 B8 64 54
Octal 255 372 377 40 2 0 0 270 144 124
Binary 10101101 11111010 11111111 100000 10 0 0 10111000 1100100 1010100

Color Harmonies of #ADFAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFAFF

Black with #ADFAFF

Text Example


Text Example

White with #ADFAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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