Html Css Color HEX #ABFDED Pale Turquoise

📋 copy color: '#ABFDED'

red 171 ◦ green 253 ◦ blue 237

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

Shades of Pale Turquoise #ABFDED

Tints of Pale Turquoise #ABFDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.85%

R = 25.87%
G = 38.28%
B = 35.85%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#ABFDED (or 0xABFDED) is known color: Pale Turquoise. HEX triplet: AB, FD and ED. RGB value is (171,253,237). Sum of RGB (Red+Green+Blue) = 171+253+237=661 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.87% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFDED is #540212. Grayscale: #E2E2E2. Windows color (decimal): -5505555 or 15596971. OLE color: 15596971.

HSL color Cylindrical-coordinate representation of color #ABFDED: hue angle of 168.29º 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 #ABFDED is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 253 237 -
CMYK 0.32 0 0.06 0.01
HSL 168.29º 0.95% 0.83% -
HSV(B) 168.29º 0.32% 0.99% -
XYZ 67.21 85.02 92.99 -
YUV 226.66 133.83 88.3 -
System Red Green Blue C M Y K H S L
Decimal 171 253 237 0.32 0 0.06 0.01 168.29 0.95 0.83
Hex AB FD ED 20 0 6 1 A8 5F 53
Octal 253 375 355 40 0 6 1 250 137 123
Binary 10101011 11111101 11101101 100000 0 110 1 10101000 1011111 1010011

Color Harmonies of #ABFDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFDED

Black with #ABFDED

Text Example


Text Example

White with #ABFDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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