Html Css Color HEX #ABF9FF Pale Turquoise

📋 copy color: '#ABF9FF'

red 171 ◦ green 249 ◦ blue 255

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

Shades of Pale Turquoise #ABF9FF

Tints of Pale Turquoise #ABF9FF

RGB

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

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

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

R = 25.33%
G = 36.89%
B = 37.78%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ABF9FF (or 0xABF9FF) is known color: Pale Turquoise. HEX triplet: AB, F9 and FF. RGB value is (171,249,255). Sum of RGB (Red+Green+Blue) = 171+249+255=675 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.33% from 675); Green value is 249 (97.66% from 255 or 36.89% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABF9FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF9FF is #540600. Grayscale: #E2E2E2. Windows color (decimal): -5506561 or 16775595. OLE color: 16775595.

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

Color convert

RGB 171 249 255 -
CMYK 0.33 0.02 0 0
HSL 184.29º 1% 0.84% -
HSV(B) 184.29º 0.33% 1% -
XYZ 68.72 83.63 107.13 -
YUV 226.36 144.16 88.51 -
System Red Green Blue C M Y K H S L
Decimal 171 249 255 0.33 0.02 0 0 184.29 1 0.84
Hex AB F9 FF 21 2 0 0 B8 64 54
Octal 253 371 377 41 2 0 0 270 144 124
Binary 10101011 11111001 11111111 100001 10 0 0 10111000 1100100 1010100

Color Harmonies of #ABF9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF9FF

Black with #ABF9FF

Text Example


Text Example

White with #ABF9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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