Html Css Color HEX #ABF2FC Pale Turquoise

📋 copy color: '#ABF2FC'

red 171 ◦ green 242 ◦ blue 252

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

Shades of Pale Turquoise #ABF2FC

Tints of Pale Turquoise #ABF2FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.89%

R = 25.71%
G = 36.39%
B = 37.89%

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

#ABF2FC (or 0xABF2FC) is known color: Pale Turquoise. HEX triplet: AB, F2 and FC. RGB value is (171,242,252). Sum of RGB (Red+Green+Blue) = 171+242+252=665 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.71% from 665); Green value is 242 (94.92% from 255 or 36.39% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABF2FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF2FC is #540D03. Grayscale: #DDDDDD. Windows color (decimal): -5508356 or 16577195. OLE color: 16577195.

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

Color convert

RGB 171 242 252 -
CMYK 0.32 0.04 0 0.01
HSL 187.41º 0.93% 0.83% -
HSV(B) 187.41º 0.32% 0.99% -
XYZ 66.12 79.19 103.9 -
YUV 221.91 144.98 91.69 -
System Red Green Blue C M Y K H S L
Decimal 171 242 252 0.32 0.04 0 0.01 187.41 0.93 0.83
Hex AB F2 FC 20 4 0 1 BB 5D 53
Octal 253 362 374 40 4 0 1 273 135 123
Binary 10101011 11110010 11111100 100000 100 0 1 10111011 1011101 1010011

Color Harmonies of #ABF2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF2FC

Black with #ABF2FC

Text Example


Text Example

White with #ABF2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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