Html Css Color HEX #A8EFF3 Pale Turquoise

📋 copy color: '#A8EFF3'

red 168 ◦ green 239 ◦ blue 243

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

Shades of Pale Turquoise #A8EFF3

Tints of Pale Turquoise #A8EFF3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.77%

 BLUE value IS 243 (95.31% from 255) = 37.38%

R = 25.85%
G = 36.77%
B = 37.38%

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

#A8EFF3 (or 0xA8EFF3) is known color: Pale Turquoise. HEX triplet: A8, EF and F3. RGB value is (168,239,243). Sum of RGB (Red+Green+Blue) = 168+239+243=650 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.85% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 243 (95.31% from 255 or 37.38% from 650); Max value from RGB is 243 - color contains mainly: blue. Hex color #A8EFF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EFF3 is #57100C. Grayscale: #DADADA. Windows color (decimal): -5705741 or 15986600. OLE color: 15986600.

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

Color convert

RGB 168 239 243 -
CMYK 0.31 0.02 0 0.05
HSL 183.2º 0.76% 0.81% -
HSV(B) 183.2º 0.31% 0.95% -
XYZ 63.19 76.53 96.23 -
YUV 218.23 141.98 92.17 -
System Red Green Blue C M Y K H S L
Decimal 168 239 243 0.31 0.02 0 0.05 183.2 0.76 0.81
Hex A8 EF F3 1F 2 0 5 B7 4C 51
Octal 250 357 363 37 2 0 5 267 114 121
Binary 10101000 11101111 11110011 11111 10 0 101 10110111 1001100 1010001

Color Harmonies of #A8EFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EFF3

Black with #A8EFF3

Text Example


Text Example

White with #A8EFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EFF3; }

 p { color: rgb(168,239,243); }

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

background-color css

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

 a { background-color: rgb(168,239,243); }

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

border-color css

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

 span { border-color: rgb(168,239,243); }

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