Html Css Color HEX #ABF2FD Pale Turquoise

📋 copy color: '#ABF2FD'

red 171 ◦ green 242 ◦ blue 253

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

Shades of Pale Turquoise #ABF2FD

Tints of Pale Turquoise #ABF2FD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.34%

 BLUE value IS 253 (99.22% from 255) = 37.99%

R = 25.68%
G = 36.34%
B = 37.99%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ABF2FD (or 0xABF2FD) is known color: Pale Turquoise. HEX triplet: AB, F2 and FD. RGB value is (171,242,253). Sum of RGB (Red+Green+Blue) = 171+242+253=666 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.68% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABF2FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF2FD is #540D02. Grayscale: #DDDDDD. Windows color (decimal): -5508355 or 16642731. OLE color: 16642731.

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

Color convert

RGB 171 242 253 -
CMYK 0.32 0.04 0 0.01
HSL 188.05º 0.95% 0.83% -
HSV(B) 188.05º 0.32% 0.99% -
XYZ 66.28 79.25 104.73 -
YUV 222.03 145.48 91.61 -
System Red Green Blue C M Y K H S L
Decimal 171 242 253 0.32 0.04 0 0.01 188.05 0.95 0.83
Hex AB F2 FD 20 4 0 1 BC 5F 53
Octal 253 362 375 40 4 0 1 274 137 123
Binary 10101011 11110010 11111101 100000 100 0 1 10111100 1011111 1010011

Color Harmonies of #ABF2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF2FD

Black with #ABF2FD

Text Example


Text Example

White with #ABF2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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