Html Css Color HEX #ADFCF2 Pale Turquoise

📋 copy color: '#ADFCF2'

red 173 ◦ green 252 ◦ blue 242

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

Shades of Pale Turquoise #ADFCF2

Tints of Pale Turquoise #ADFCF2

RGB

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

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

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

R = 25.94%
G = 37.78%
B = 36.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#ADFCF2 (or 0xADFCF2) is known color: Pale Turquoise. HEX triplet: AD, FC and F2. RGB value is (173,252,242). Sum of RGB (Red+Green+Blue) = 173+252+242=667 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.94% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFCF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFCF2 is #52030D. Grayscale: #E3E3E3. Windows color (decimal): -5374734 or 15924397. OLE color: 15924397.

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

Color convert

RGB 173 252 242 -
CMYK 0.31 0 0.04 0.01
HSL 172.41º 0.93% 0.83% -
HSV(B) 172.41º 0.31% 0.99% -
XYZ 68.07 84.92 96.81 -
YUV 227.24 136.33 89.31 -
System Red Green Blue C M Y K H S L
Decimal 173 252 242 0.31 0 0.04 0.01 172.41 0.93 0.83
Hex AD FC F2 1F 0 4 1 AC 5D 53
Octal 255 374 362 37 0 4 1 254 135 123
Binary 10101101 11111100 11110010 11111 0 100 1 10101100 1011101 1010011

Color Harmonies of #ADFCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFCF2

Black with #ADFCF2

Text Example


Text Example

White with #ADFCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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