Html Css Color HEX #ADFCFF Pale Turquoise

📋 copy color: '#ADFCFF'

red 173 ◦ green 252 ◦ blue 255

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

Shades of Pale Turquoise #ADFCFF

Tints of Pale Turquoise #ADFCFF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.06%

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

R = 25.44%
G = 37.06%
B = 37.5%

CMYK

 C value IS 0.32

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ADFCFF (or 0xADFCFF) is known color: Pale Turquoise. HEX triplet: AD, FC and FF. RGB value is (173,252,255). Sum of RGB (Red+Green+Blue) = 173+252+255=680 (90% of max value = 765). Red value is 173 (67.97% from 255 or 25.44% from 680); Green value is 252 (98.83% from 255 or 37.06% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADFCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFCFF is #520300. Grayscale: #E4E4E4. Windows color (decimal): -5374721 or 16776365. OLE color: 16776365.

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

Color convert

RGB 173 252 255 -
CMYK 0.32 0.01 0 0
HSL 182.2º 1% 0.84% -
HSV(B) 182.2º 0.32% 1% -
XYZ 70.09 85.73 107.46 -
YUV 228.72 142.83 88.26 -
System Red Green Blue C M Y K H S L
Decimal 173 252 255 0.32 0.01 0 0 182.2 1 0.84
Hex AD FC FF 20 1 0 0 B6 64 54
Octal 255 374 377 40 1 0 0 266 144 124
Binary 10101101 11111100 11111111 100000 1 0 0 10110110 1100100 1010100

Color Harmonies of #ADFCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFCFF

Black with #ADFCFF

Text Example


Text Example

White with #ADFCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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