Html Css Color HEX #AFF0F1 Pale Turquoise

📋 copy color: '#AFF0F1'

red 175 ◦ green 240 ◦ blue 241

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

Shades of Pale Turquoise #AFF0F1

Tints of Pale Turquoise #AFF0F1

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.59%

 BLUE value IS 241 (94.53% from 255) = 36.74%

R = 26.68%
G = 36.59%
B = 36.74%

CMYK

 C value IS 0.27

 M value IS 0.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFF0F1 (or 0xAFF0F1) is known color: Pale Turquoise. HEX triplet: AF, F0 and F1. RGB value is (175,240,241). Sum of RGB (Red+Green+Blue) = 175+240+241=656 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.68% from 656); Green value is 240 (94.14% from 255 or 36.59% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFF0F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF0F1 is #500F0E. Grayscale: #DCDCDC. Windows color (decimal): -5246735 or 15855791. OLE color: 15855791.

HSL color Cylindrical-coordinate representation of color #AFF0F1: hue angle of 180.91º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF0F1 is Cyan = 0.27, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 240 241 -
CMYK 0.27 0.00 0 0.05
HSL 180.91º 0.7% 0.82% -
HSV(B) 180.91º 0.27% 0.95% -
XYZ 64.72 77.79 94.82 -
YUV 220.68 139.47 95.42 -
System Red Green Blue C M Y K H S L
Decimal 175 240 241 0.27 0.00 0 0.05 180.91 0.7 0.82
Hex AF F0 F1 1B 0 0 5 B5 46 52
Octal 257 360 361 33 0 0 5 265 106 122
Binary 10101111 11110000 11110001 11011 0 0 101 10110101 1000110 1010010

Color Harmonies of #AFF0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF0F1

Black with #AFF0F1

Text Example


Text Example

White with #AFF0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF0F1; }

 p { color: rgb(175,240,241); }

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

background-color css

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

 a { background-color: rgb(175,240,241); }

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

border-color css

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

 span { border-color: rgb(175,240,241); }

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