Html Css Color HEX #ABF2EE Pale Turquoise

📋 copy color: '#ABF2EE'

red 171 ◦ green 242 ◦ blue 238

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

Shades of Pale Turquoise #ABF2EE

Tints of Pale Turquoise #ABF2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.56%

R = 26.27%
G = 37.17%
B = 36.56%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#ABF2EE (or 0xABF2EE) is known color: Pale Turquoise. HEX triplet: AB, F2 and EE. RGB value is (171,242,238). Sum of RGB (Red+Green+Blue) = 171+242+238=651 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.27% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF2EE is #540D11. Grayscale: #DCDCDC. Windows color (decimal): -5508370 or 15659691. OLE color: 15659691.

HSL color Cylindrical-coordinate representation of color #ABF2EE: hue angle of 176.62º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF2EE is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 242 238 -
CMYK 0.29 0 0.02 0.05
HSL 176.62º 0.73% 0.81% -
HSV(B) 176.62º 0.29% 0.95% -
XYZ 63.98 78.34 92.64 -
YUV 220.32 137.98 92.83 -
System Red Green Blue C M Y K H S L
Decimal 171 242 238 0.29 0 0.02 0.05 176.62 0.73 0.81
Hex AB F2 EE 1D 0 2 5 B1 49 51
Octal 253 362 356 35 0 2 5 261 111 121
Binary 10101011 11110010 11101110 11101 0 10 101 10110001 1001001 1010001

Color Harmonies of #ABF2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF2EE

Black with #ABF2EE

Text Example


Text Example

White with #ABF2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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