Html Css Color HEX #ABFEFF Pale Turquoise

📋 copy color: '#ABFEFF'

red 171 ◦ green 254 ◦ blue 255

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

Shades of Pale Turquoise #ABFEFF

Tints of Pale Turquoise #ABFEFF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.35%

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

R = 25.15%
G = 37.35%
B = 37.5%

CMYK

 C value IS 0.33

 M value IS 0.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ABFEFF (or 0xABFEFF) is known color: Pale Turquoise. HEX triplet: AB, FE and FF. RGB value is (171,254,255). Sum of RGB (Red+Green+Blue) = 171+254+255=680 (90% of max value = 765). Red value is 171 (67.19% from 255 or 25.15% from 680); Green value is 254 (99.61% from 255 or 37.35% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABFEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFEFF is #540100. Grayscale: #E5E5E5. Windows color (decimal): -5505281 or 16776875. OLE color: 16776875.

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

Color convert

RGB 171 254 255 -
CMYK 0.33 0.00 0 0
HSL 180.71º 1% 0.84% -
HSV(B) 180.71º 0.33% 1% -
XYZ 70.29 86.76 107.65 -
YUV 229.3 142.5 86.42 -
System Red Green Blue C M Y K H S L
Decimal 171 254 255 0.33 0.00 0 0 180.71 1 0.84
Hex AB FE FF 21 0 0 0 B5 64 54
Octal 253 376 377 41 0 0 0 265 144 124
Binary 10101011 11111110 11111111 100001 0 0 0 10110101 1100100 1010100

Color Harmonies of #ABFEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFEFF

Black with #ABFEFF

Text Example


Text Example

White with #ABFEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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