Html Css Color HEX #A8EDF2 Pale Turquoise

📋 copy color: '#A8EDF2'

red 168 ◦ green 237 ◦ blue 242

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

Shades of Pale Turquoise #A8EDF2

Tints of Pale Turquoise #A8EDF2

RGB

 RED value IS 168 (66.02% from 255) = 25.97%

 GREEN value IS 237 (92.97% from 255) = 36.63%

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

R = 25.97%
G = 36.63%
B = 37.4%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A8EDF2 (or 0xA8EDF2) is known color: Pale Turquoise. HEX triplet: A8, ED and F2. RGB value is (168,237,242). Sum of RGB (Red+Green+Blue) = 168+237+242=647 (85% of max value = 765). Red value is 168 (66.02% from 255 or 25.97% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 242 (94.92% from 255 or 37.40% from 647); Max value from RGB is 242 - color contains mainly: blue. Hex color #A8EDF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EDF2 is #57120D. Grayscale: #D8D8D8. Windows color (decimal): -5706254 or 15920552. OLE color: 15920552.

HSL color Cylindrical-coordinate representation of color #A8EDF2: hue angle of 184.05º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8EDF2 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 237 242 -
CMYK 0.31 0.02 0 0.05
HSL 184.05º 0.74% 0.8% -
HSV(B) 184.05º 0.31% 0.95% -
XYZ 62.46 75.3 95.25 -
YUV 216.94 142.14 93.09 -
System Red Green Blue C M Y K H S L
Decimal 168 237 242 0.31 0.02 0 0.05 184.05 0.74 0.8
Hex A8 ED F2 1F 2 0 5 B8 4A 50
Octal 250 355 362 37 2 0 5 270 112 120
Binary 10101000 11101101 11110010 11111 10 0 101 10111000 1001010 1010000

Color Harmonies of #A8EDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EDF2

Black with #A8EDF2

Text Example


Text Example

White with #A8EDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EDF2; }

 p { color: rgb(168,237,242); }

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

background-color css

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

 a { background-color: rgb(168,237,242); }

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

border-color css

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

 span { border-color: rgb(168,237,242); }

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