Html Css Color HEX #ADFEFA Pale Turquoise

📋 copy color: '#ADFEFA'

red 173 ◦ green 254 ◦ blue 250

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

Shades of Pale Turquoise #ADFEFA

Tints of Pale Turquoise #ADFEFA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.52%

 BLUE value IS 250 (98.05% from 255) = 36.93%

R = 25.55%
G = 37.52%
B = 36.93%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#ADFEFA (or 0xADFEFA) is known color: Pale Turquoise. HEX triplet: AD, FE and FA. RGB value is (173,254,250). Sum of RGB (Red+Green+Blue) = 173+254+250=677 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.55% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 250 (98.05% from 255 or 36.93% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFEFA is #520105. Grayscale: #E5E5E5. Windows color (decimal): -5374214 or 16449197. OLE color: 16449197.

HSL color Cylindrical-coordinate representation of color #ADFEFA: hue angle of 177.04º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFEFA is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB 173 254 250 -
CMYK 0.32 0 0.02 0.00
HSL 177.04º 0.98% 0.84% -
HSV(B) 177.04º 0.32% 1% -
XYZ 69.93 86.67 103.49 -
YUV 229.33 139.66 87.83 -
System Red Green Blue C M Y K H S L
Decimal 173 254 250 0.32 0 0.02 0.00 177.04 0.98 0.84
Hex AD FE FA 20 0 2 0 B1 62 54
Octal 255 376 372 40 0 2 0 261 142 124
Binary 10101101 11111110 11111010 100000 0 10 0 10110001 1100010 1010100

Color Harmonies of #ADFEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFEFA

Black with #ADFEFA

Text Example


Text Example

White with #ADFEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFEFA; }

 p { color: rgb(173,254,250); }

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

background-color css

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

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

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

border-color css

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

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

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