Html Css Color HEX #ABF2FF Pale Turquoise

📋 copy color: '#ABF2FF'

red 171 ◦ green 242 ◦ blue 255

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

Shades of Pale Turquoise #ABF2FF

Tints of Pale Turquoise #ABF2FF

RGB

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

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

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

R = 25.6%
G = 36.23%
B = 38.17%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ABF2FF (or 0xABF2FF) is known color: Pale Turquoise. HEX triplet: AB, F2 and FF. RGB value is (171,242,255). Sum of RGB (Red+Green+Blue) = 171+242+255=668 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.60% from 668); Green value is 242 (94.92% from 255 or 36.23% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABF2FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF2FF is #540D00. Grayscale: #DEDEDE. Windows color (decimal): -5508353 or 16773803. OLE color: 16773803.

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

Color convert

RGB 171 242 255 -
CMYK 0.33 0.05 0 0
HSL 189.29º 1% 0.84% -
HSV(B) 189.29º 0.33% 1% -
XYZ 66.6 79.38 106.42 -
YUV 222.25 146.48 91.44 -
System Red Green Blue C M Y K H S L
Decimal 171 242 255 0.33 0.05 0 0 189.29 1 0.84
Hex AB F2 FF 21 5 0 0 BD 64 54
Octal 253 362 377 41 5 0 0 275 144 124
Binary 10101011 11110010 11111111 100001 101 0 0 10111101 1100100 1010100

Color Harmonies of #ABF2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF2FF

Black with #ABF2FF

Text Example


Text Example

White with #ABF2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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