Html Css Color HEX #ABF6FF Pale Turquoise

📋 copy color: '#ABF6FF'

red 171 ◦ green 246 ◦ blue 255

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

Shades of Pale Turquoise #ABF6FF

Tints of Pale Turquoise #ABF6FF

RGB

 RED value IS 171 (67.19% from 255) = 25.45%

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

 BLUE value IS 255 (100% from 255) = 37.95%

R = 25.45%
G = 36.61%
B = 37.95%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ABF6FF (or 0xABF6FF) is known color: Pale Turquoise. HEX triplet: AB, F6 and FF. RGB value is (171,246,255). Sum of RGB (Red+Green+Blue) = 171+246+255=672 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.45% from 672); Green value is 246 (96.48% from 255 or 36.61% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABF6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF6FF is #540900. Grayscale: #E0E0E0. Windows color (decimal): -5507329 or 16774827. OLE color: 16774827.

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

Color convert

RGB 171 246 255 -
CMYK 0.33 0.04 0 0
HSL 186.43º 1% 0.84% -
HSV(B) 186.43º 0.33% 1% -
XYZ 67.8 81.79 106.82 -
YUV 224.6 145.15 89.77 -
System Red Green Blue C M Y K H S L
Decimal 171 246 255 0.33 0.04 0 0 186.43 1 0.84
Hex AB F6 FF 21 4 0 0 BA 64 54
Octal 253 366 377 41 4 0 0 272 144 124
Binary 10101011 11110110 11111111 100001 100 0 0 10111010 1100100 1010100

Color Harmonies of #ABF6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF6FF

Black with #ABF6FF

Text Example


Text Example

White with #ABF6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF6FF; }

 p { color: rgb(171,246,255); }

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

background-color css

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

 a { background-color: rgb(171,246,255); }

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

border-color css

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

 span { border-color: rgb(171,246,255); }

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