Html Css Color HEX #ADFBFC Pale Turquoise

📋 copy color: '#ADFBFC'

red 173 ◦ green 251 ◦ blue 252

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

Shades of Pale Turquoise #ADFBFC

Tints of Pale Turquoise #ADFBFC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.13%

 BLUE value IS 252 (98.83% from 255) = 37.28%

R = 25.59%
G = 37.13%
B = 37.28%

CMYK

 C value IS 0.31

 M value IS 0.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ADFBFC (or 0xADFBFC) is known color: Pale Turquoise. HEX triplet: AD, FB and FC. RGB value is (173,251,252). Sum of RGB (Red+Green+Blue) = 173+251+252=676 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.59% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADFBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFBFC is #520403. Grayscale: #E3E3E3. Windows color (decimal): -5374980 or 16579501. OLE color: 16579501.

HSL color Cylindrical-coordinate representation of color #ADFBFC: hue angle of 180.76º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFBFC is Cyan = 0.31, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 251 252 -
CMYK 0.31 0.00 0 0.01
HSL 180.76º 0.93% 0.83% -
HSV(B) 180.76º 0.31% 0.99% -
XYZ 69.3 84.91 104.83 -
YUV 227.79 141.66 88.92 -
System Red Green Blue C M Y K H S L
Decimal 173 251 252 0.31 0.00 0 0.01 180.76 0.93 0.83
Hex AD FB FC 1F 0 0 1 B5 5D 53
Octal 255 373 374 37 0 0 1 265 135 123
Binary 10101101 11111011 11111100 11111 0 0 1 10110101 1011101 1010011

Color Harmonies of #ADFBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFBFC

Black with #ADFBFC

Text Example


Text Example

White with #ADFBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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