Html Css Color HEX #ADFBF2 Pale Turquoise

📋 copy color: '#ADFBF2'

red 173 ◦ green 251 ◦ blue 242

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

Shades of Pale Turquoise #ADFBF2

Tints of Pale Turquoise #ADFBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.34%

R = 25.98%
G = 37.69%
B = 36.34%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#ADFBF2 (or 0xADFBF2) is known color: Pale Turquoise. HEX triplet: AD, FB and F2. RGB value is (173,251,242). Sum of RGB (Red+Green+Blue) = 173+251+242=666 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.98% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFBF2 is #52040D. Grayscale: #E2E2E2. Windows color (decimal): -5374990 or 15924141. OLE color: 15924141.

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

Color convert

RGB 173 251 242 -
CMYK 0.31 0 0.04 0.02
HSL 173.08º 0.91% 0.83% -
HSV(B) 173.08º 0.31% 0.98% -
XYZ 67.76 84.29 96.7 -
YUV 226.65 136.66 89.73 -
System Red Green Blue C M Y K H S L
Decimal 173 251 242 0.31 0 0.04 0.02 173.08 0.91 0.83
Hex AD FB F2 1F 0 4 2 AD 5B 53
Octal 255 373 362 37 0 4 2 255 133 123
Binary 10101101 11111011 11110010 11111 0 100 10 10101101 1011011 1010011

Color Harmonies of #ADFBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFBF2

Black with #ADFBF2

Text Example


Text Example

White with #ADFBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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