Html Css Color HEX #ADF6FA Pale Turquoise

📋 copy color: '#ADF6FA'

red 173 ◦ green 246 ◦ blue 250

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

Shades of Pale Turquoise #ADF6FA

Tints of Pale Turquoise #ADF6FA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.77%

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

R = 25.86%
G = 36.77%
B = 37.37%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ADF6FA (or 0xADF6FA) is known color: Pale Turquoise. HEX triplet: AD, F6 and FA. RGB value is (173,246,250). Sum of RGB (Red+Green+Blue) = 173+246+250=669 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.86% from 669); Green value is 246 (96.48% from 255 or 36.77% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADF6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF6FA is #520905. Grayscale: #E0E0E0. Windows color (decimal): -5376262 or 16447149. OLE color: 16447149.

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

Color convert

RGB 173 246 250 -
CMYK 0.31 0.02 0 0.02
HSL 183.12º 0.89% 0.83% -
HSV(B) 183.12º 0.31% 0.98% -
XYZ 67.44 81.7 102.66 -
YUV 224.63 142.32 91.17 -
System Red Green Blue C M Y K H S L
Decimal 173 246 250 0.31 0.02 0 0.02 183.12 0.89 0.83
Hex AD F6 FA 1F 2 0 2 B7 59 53
Octal 255 366 372 37 2 0 2 267 131 123
Binary 10101101 11110110 11111010 11111 10 0 10 10110111 1011001 1010011

Color Harmonies of #ADF6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF6FA

Black with #ADF6FA

Text Example


Text Example

White with #ADF6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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