Html Css Color HEX #ABF0FF Pale Turquoise

📋 copy color: '#ABF0FF'

red 171 ◦ green 240 ◦ blue 255

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

Shades of Pale Turquoise #ABF0FF

Tints of Pale Turquoise #ABF0FF

RGB

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

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

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

R = 25.68%
G = 36.04%
B = 38.29%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ABF0FF (or 0xABF0FF) is known color: Pale Turquoise. HEX triplet: AB, F0 and FF. RGB value is (171,240,255). Sum of RGB (Red+Green+Blue) = 171+240+255=666 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.68% from 666); Green value is 240 (94.14% from 255 or 36.04% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABF0FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF0FF is #540F00. Grayscale: #DCDCDC. Windows color (decimal): -5508865 or 16773291. OLE color: 16773291.

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

Color convert

RGB 171 240 255 -
CMYK 0.33 0.06 0 0
HSL 190.71º 1% 0.84% -
HSV(B) 190.71º 0.33% 1% -
XYZ 66 78.2 106.22 -
YUV 221.08 147.14 92.28 -
System Red Green Blue C M Y K H S L
Decimal 171 240 255 0.33 0.06 0 0 190.71 1 0.84
Hex AB F0 FF 21 6 0 0 BF 64 54
Octal 253 360 377 41 6 0 0 277 144 124
Binary 10101011 11110000 11111111 100001 110 0 0 10111111 1100100 1010100

Color Harmonies of #ABF0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF0FF

Black with #ABF0FF

Text Example


Text Example

White with #ABF0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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