Html Css Color HEX #ADFBFB Pale Turquoise

📋 copy color: '#ADFBFB'

red 173 ◦ green 251 ◦ blue 251

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

Shades of Pale Turquoise #ADFBFB

Tints of Pale Turquoise #ADFBFB

RGB

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

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

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

R = 25.63%
G = 37.19%
B = 37.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ADFBFB (or 0xADFBFB) is known color: Pale Turquoise. HEX triplet: AD, FB and FB. RGB value is (173,251,251). Sum of RGB (Red+Green+Blue) = 173+251+251=675 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.63% from 675); Green value is 251 (98.44% from 255 or 37.19% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #ADFBFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFBFB is #520404. Grayscale: #E3E3E3. Windows color (decimal): -5374981 or 16513965. OLE color: 16513965.

HSL color Cylindrical-coordinate representation of color #ADFBFB: hue angle of 180º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFBFB is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 251 251 -
CMYK 0.31 0 0 0.02
HSL 180º 0.91% 0.83% -
HSV(B) 180º 0.31% 0.98% -
XYZ 69.14 84.84 104 -
YUV 227.68 141.16 89 -
System Red Green Blue C M Y K H S L
Decimal 173 251 251 0.31 0 0 0.02 180 0.91 0.83
Hex AD FB FB 1F 0 0 2 B4 5B 53
Octal 255 373 373 37 0 0 2 264 133 123
Binary 10101101 11111011 11111011 11111 0 0 10 10110100 1011011 1010011

Color Harmonies of #ADFBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFBFB

Black with #ADFBFB

Text Example


Text Example

White with #ADFBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFBFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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