Html Css Color HEX #ABF0FB Pale Turquoise

📋 copy color: '#ABF0FB'

red 171 ◦ green 240 ◦ blue 251

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

Shades of Pale Turquoise #ABF0FB

Tints of Pale Turquoise #ABF0FB

RGB

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

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

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

R = 25.83%
G = 36.25%
B = 37.92%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ABF0FB (or 0xABF0FB) is known color: Pale Turquoise. HEX triplet: AB, F0 and FB. RGB value is (171,240,251). Sum of RGB (Red+Green+Blue) = 171+240+251=662 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.83% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABF0FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF0FB is #540F04. Grayscale: #DCDCDC. Windows color (decimal): -5508869 or 16511147. OLE color: 16511147.

HSL color Cylindrical-coordinate representation of color #ABF0FB: hue angle of 188.25º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABF0FB is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 240 251 -
CMYK 0.32 0.04 0 0.02
HSL 188.25º 0.91% 0.83% -
HSV(B) 188.25º 0.32% 0.98% -
XYZ 65.37 77.94 102.87 -
YUV 220.62 145.14 92.61 -
System Red Green Blue C M Y K H S L
Decimal 171 240 251 0.32 0.04 0 0.02 188.25 0.91 0.83
Hex AB F0 FB 20 4 0 2 BC 5B 53
Octal 253 360 373 40 4 0 2 274 133 123
Binary 10101011 11110000 11111011 100000 100 0 10 10111100 1011011 1010011

Color Harmonies of #ABF0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF0FB

Black with #ABF0FB

Text Example


Text Example

White with #ABF0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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