Html Css Color HEX #ABFBFF Pale Turquoise

📋 copy color: '#ABFBFF'

red 171 ◦ green 251 ◦ blue 255

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

Shades of Pale Turquoise #ABFBFF

Tints of Pale Turquoise #ABFBFF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.08%

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

R = 25.26%
G = 37.08%
B = 37.67%

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

#ABFBFF (or 0xABFBFF) is known color: Pale Turquoise. HEX triplet: AB, FB and FF. RGB value is (171,251,255). Sum of RGB (Red+Green+Blue) = 171+251+255=677 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.26% from 677); Green value is 251 (98.44% from 255 or 37.08% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABFBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFBFF is #540400. Grayscale: #E3E3E3. Windows color (decimal): -5506049 or 16776107. OLE color: 16776107.

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

Color convert

RGB 171 251 255 -
CMYK 0.33 0.02 0 0
HSL 182.86º 1% 0.84% -
HSV(B) 182.86º 0.33% 1% -
XYZ 69.34 84.87 107.34 -
YUV 227.54 143.5 87.67 -
System Red Green Blue C M Y K H S L
Decimal 171 251 255 0.33 0.02 0 0 182.86 1 0.84
Hex AB FB FF 21 2 0 0 B7 64 54
Octal 253 373 377 41 2 0 0 267 144 124
Binary 10101011 11111011 11111111 100001 10 0 0 10110111 1100100 1010100

Color Harmonies of #ABFBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFBFF

Black with #ABFBFF

Text Example


Text Example

White with #ABFBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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