Html Css Color HEX #ABFAFF Pale Turquoise

📋 copy color: '#ABFAFF'

red 171 ◦ green 250 ◦ blue 255

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

Shades of Pale Turquoise #ABFAFF

Tints of Pale Turquoise #ABFAFF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.98%

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

R = 25.3%
G = 36.98%
B = 37.72%

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

#ABFAFF (or 0xABFAFF) is known color: Pale Turquoise. HEX triplet: AB, FA and FF. RGB value is (171,250,255). Sum of RGB (Red+Green+Blue) = 171+250+255=676 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.30% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABFAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFAFF is #540500. Grayscale: #E2E2E2. Windows color (decimal): -5506305 or 16775851. OLE color: 16775851.

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

Color convert

RGB 171 250 255 -
CMYK 0.33 0.02 0 0
HSL 183.57º 1% 0.84% -
HSV(B) 183.57º 0.33% 1% -
XYZ 69.03 84.25 107.23 -
YUV 226.95 143.83 88.09 -
System Red Green Blue C M Y K H S L
Decimal 171 250 255 0.33 0.02 0 0 183.57 1 0.84
Hex AB FA FF 21 2 0 0 B8 64 54
Octal 253 372 377 41 2 0 0 270 144 124
Binary 10101011 11111010 11111111 100001 10 0 0 10111000 1100100 1010100

Color Harmonies of #ABFAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFAFF

Black with #ABFAFF

Text Example


Text Example

White with #ABFAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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