Html Css Color HEX #A8F5FE Pale Turquoise

📋 copy color: '#A8F5FE'

red 168 ◦ green 245 ◦ blue 254

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

Shades of Pale Turquoise #A8F5FE

Tints of Pale Turquoise #A8F5FE

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.73%

 BLUE value IS 254 (99.61% from 255) = 38.08%

R = 25.19%
G = 36.73%
B = 38.08%

CMYK

 C value IS 0.34

 M value IS 0.04

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A8F5FE (or 0xA8F5FE) is known color: Pale Turquoise. HEX triplet: A8, F5 and FE. RGB value is (168,245,254). Sum of RGB (Red+Green+Blue) = 168+245+254=667 (88% of max value = 765). Red value is 168 (66.02% from 255 or 25.19% from 667); Green value is 245 (96.09% from 255 or 36.73% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8F5FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F5FE is #570A01. Grayscale: #DEDEDE. Windows color (decimal): -5704194 or 16709032. OLE color: 16709032.

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

Color convert

RGB 168 245 254 -
CMYK 0.34 0.04 0 0.00
HSL 186.28º 0.98% 0.83% -
HSV(B) 186.28º 0.34% 1% -
XYZ 66.69 80.79 105.84 -
YUV 223 145.49 88.77 -
System Red Green Blue C M Y K H S L
Decimal 168 245 254 0.34 0.04 0 0.00 186.28 0.98 0.83
Hex A8 F5 FE 22 4 0 0 BA 62 53
Octal 250 365 376 42 4 0 0 272 142 123
Binary 10101000 11110101 11111110 100010 100 0 0 10111010 1100010 1010011

Color Harmonies of #A8F5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F5FE

Black with #A8F5FE

Text Example


Text Example

White with #A8F5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F5FE; }

 p { color: rgb(168,245,254); }

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

background-color css

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

 a { background-color: rgb(168,245,254); }

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

border-color css

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

 span { border-color: rgb(168,245,254); }

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