Html Css Color HEX #AFF9FE Pale Turquoise

📋 copy color: '#AFF9FE'

red 175 ◦ green 249 ◦ blue 254

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

Shades of Pale Turquoise #AFF9FE

Tints of Pale Turquoise #AFF9FE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 36.73%

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

R = 25.81%
G = 36.73%
B = 37.46%

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

#AFF9FE (or 0xAFF9FE) is known color: Pale Turquoise. HEX triplet: AF, F9 and FE. RGB value is (175,249,254). Sum of RGB (Red+Green+Blue) = 175+249+254=678 (89% of max value = 765). Red value is 175 (68.75% from 255 or 25.81% from 678); Green value is 249 (97.66% from 255 or 36.73% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFF9FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF9FE is #500601. Grayscale: #E3E3E3. Windows color (decimal): -5244418 or 16710063. OLE color: 16710063.

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

Color convert

RGB 175 249 254 -
CMYK 0.31 0.02 0 0.00
HSL 183.8º 0.98% 0.84% -
HSV(B) 183.8º 0.31% 1% -
XYZ 69.44 84.02 106.32 -
YUV 227.44 142.98 90.59 -
System Red Green Blue C M Y K H S L
Decimal 175 249 254 0.31 0.02 0 0.00 183.8 0.98 0.84
Hex AF F9 FE 1F 2 0 0 B8 62 54
Octal 257 371 376 37 2 0 0 270 142 124
Binary 10101111 11111001 11111110 11111 10 0 0 10111000 1100010 1010100

Color Harmonies of #AFF9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF9FE

Black with #AFF9FE

Text Example


Text Example

White with #AFF9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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