Html Css Color HEX #ABFDFB Pale Turquoise

📋 copy color: '#ABFDFB'

red 171 ◦ green 253 ◦ blue 251

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

Shades of Pale Turquoise #ABFDFB

Tints of Pale Turquoise #ABFDFB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.48%

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

R = 25.33%
G = 37.48%
B = 37.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#ABFDFB (or 0xABFDFB) is known color: Pale Turquoise. HEX triplet: AB, FD and FB. RGB value is (171,253,251). Sum of RGB (Red+Green+Blue) = 171+253+251=675 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.33% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFDFB is #540204. Grayscale: #E4E4E4. Windows color (decimal): -5505541 or 16514475. OLE color: 16514475.

HSL color Cylindrical-coordinate representation of color #ABFDFB: hue angle of 178.54º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFDFB is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 253 251 -
CMYK 0.32 0 0.01 0.01
HSL 178.54º 0.95% 0.83% -
HSV(B) 178.54º 0.32% 0.99% -
XYZ 69.33 85.87 104.19 -
YUV 228.25 140.83 87.16 -
System Red Green Blue C M Y K H S L
Decimal 171 253 251 0.32 0 0.01 0.01 178.54 0.95 0.83
Hex AB FD FB 20 0 1 1 B3 5F 53
Octal 253 375 373 40 0 1 1 263 137 123
Binary 10101011 11111101 11111011 100000 0 1 1 10110011 1011111 1010011

Color Harmonies of #ABFDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFDFB

Black with #ABFDFB

Text Example


Text Example

White with #ABFDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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