Html Css Color HEX #AFF6FB Pale Turquoise

📋 copy color: '#AFF6FB'

red 175 ◦ green 246 ◦ blue 251

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

Shades of Pale Turquoise #AFF6FB

Tints of Pale Turquoise #AFF6FB

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.61%

 BLUE value IS 251 (98.44% from 255) = 37.35%

R = 26.04%
G = 36.61%
B = 37.35%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AFF6FB (or 0xAFF6FB) is known color: Pale Turquoise. HEX triplet: AF, F6 and FB. RGB value is (175,246,251). Sum of RGB (Red+Green+Blue) = 175+246+251=672 (89% of max value = 765). Red value is 175 (68.75% from 255 or 26.04% from 672); Green value is 246 (96.48% from 255 or 36.61% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFF6FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF6FB is #500904. Grayscale: #E1E1E1. Windows color (decimal): -5245189 or 16512687. OLE color: 16512687.

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

Color convert

RGB 175 246 251 -
CMYK 0.30 0.02 0 0.02
HSL 183.95º 0.9% 0.84% -
HSV(B) 183.95º 0.3% 0.98% -
XYZ 68.05 81.99 103.51 -
YUV 225.34 142.48 92.09 -
System Red Green Blue C M Y K H S L
Decimal 175 246 251 0.30 0.02 0 0.02 183.95 0.9 0.84
Hex AF F6 FB 1E 2 0 2 B8 5A 54
Octal 257 366 373 36 2 0 2 270 132 124
Binary 10101111 11110110 11111011 11110 10 0 10 10111000 1011010 1010100

Color Harmonies of #AFF6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF6FB

Black with #AFF6FB

Text Example


Text Example

White with #AFF6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF6FB; }

 p { color: rgb(175,246,251); }

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

background-color css

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

 a { background-color: rgb(175,246,251); }

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

border-color css

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

 span { border-color: rgb(175,246,251); }

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