Html Css Color HEX #ABFAFE Pale Turquoise

📋 copy color: '#ABFAFE'

red 171 ◦ green 250 ◦ blue 254

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

Shades of Pale Turquoise #ABFAFE

Tints of Pale Turquoise #ABFAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.63%

R = 25.33%
G = 37.04%
B = 37.63%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ABFAFE (or 0xABFAFE) is known color: Pale Turquoise. HEX triplet: AB, FA and FE. RGB value is (171,250,254). Sum of RGB (Red+Green+Blue) = 171+250+254=675 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.33% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABFAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFAFE is #540501. Grayscale: #E2E2E2. Windows color (decimal): -5506306 or 16710315. OLE color: 16710315.

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

Color convert

RGB 171 250 254 -
CMYK 0.33 0.02 0 0.00
HSL 182.89º 0.98% 0.83% -
HSV(B) 182.89º 0.33% 1% -
XYZ 68.87 84.18 106.39 -
YUV 226.84 143.33 88.17 -
System Red Green Blue C M Y K H S L
Decimal 171 250 254 0.33 0.02 0 0.00 182.89 0.98 0.83
Hex AB FA FE 21 2 0 0 B7 62 53
Octal 253 372 376 41 2 0 0 267 142 123
Binary 10101011 11111010 11111110 100001 10 0 0 10110111 1100010 1010011

Color Harmonies of #ABFAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFAFE

Black with #ABFAFE

Text Example


Text Example

White with #ABFAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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