Html Css Color HEX #AFF8FE Pale Turquoise

📋 copy color: '#AFF8FE'

red 175 ◦ green 248 ◦ blue 254

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

Shades of Pale Turquoise #AFF8FE

Tints of Pale Turquoise #AFF8FE

RGB

 RED value IS 175 (68.75% from 255) = 25.85%

 GREEN value IS 248 (97.27% from 255) = 36.63%

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

R = 25.85%
G = 36.63%
B = 37.52%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AFF8FE (or 0xAFF8FE) is known color: Pale Turquoise. HEX triplet: AF, F8 and FE. RGB value is (175,248,254). Sum of RGB (Red+Green+Blue) = 175+248+254=677 (89% of max value = 765). Red value is 175 (68.75% from 255 or 25.85% from 677); Green value is 248 (97.27% from 255 or 36.63% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFF8FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF8FE is #500701. Grayscale: #E2E2E2. Windows color (decimal): -5244674 or 16709807. OLE color: 16709807.

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

Color convert

RGB 175 248 254 -
CMYK 0.31 0.02 0 0.00
HSL 184.56º 0.98% 0.84% -
HSV(B) 184.56º 0.31% 1% -
XYZ 69.14 83.4 106.22 -
YUV 226.86 143.32 91.01 -
System Red Green Blue C M Y K H S L
Decimal 175 248 254 0.31 0.02 0 0.00 184.56 0.98 0.84
Hex AF F8 FE 1F 2 0 0 B9 62 54
Octal 257 370 376 37 2 0 0 271 142 124
Binary 10101111 11111000 11111110 11111 10 0 0 10111001 1100010 1010100

Color Harmonies of #AFF8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF8FE

Black with #AFF8FE

Text Example


Text Example

White with #AFF8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF8FE; }

 p { color: rgb(175,248,254); }

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

background-color css

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

 a { background-color: rgb(175,248,254); }

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

border-color css

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

 span { border-color: rgb(175,248,254); }

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