Html Css Color HEX #A4FBEE Pale Turquoise

📋 copy color: '#A4FBEE'

red 164 ◦ green 251 ◦ blue 238

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

Shades of Pale Turquoise #A4FBEE

Tints of Pale Turquoise #A4FBEE

RGB

 RED value IS 164 (64.45% from 255) = 25.11%

 GREEN value IS 251 (98.44% from 255) = 38.44%

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

R = 25.11%
G = 38.44%
B = 36.45%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#A4FBEE (or 0xA4FBEE) is known color: Pale Turquoise. HEX triplet: A4, FB and EE. RGB value is (164,251,238). Sum of RGB (Red+Green+Blue) = 164+251+238=653 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.11% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #A4FBEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FBEE is #5B0411. Grayscale: #DFDFDF. Windows color (decimal): -5964818 or 15661988. OLE color: 15661988.

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

Color convert

RGB 164 251 238 -
CMYK 0.35 0 0.05 0.02
HSL 171.03º 0.92% 0.81% -
HSV(B) 171.03º 0.35% 0.98% -
XYZ 65.24 83.06 93.48 -
YUV 223.51 136.18 85.56 -
System Red Green Blue C M Y K H S L
Decimal 164 251 238 0.35 0 0.05 0.02 171.03 0.92 0.81
Hex A4 FB EE 23 0 5 2 AB 5C 51
Octal 244 373 356 43 0 5 2 253 134 121
Binary 10100100 11111011 11101110 100011 0 101 10 10101011 1011100 1010001

Color Harmonies of #A4FBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FBEE

Black with #A4FBEE

Text Example


Text Example

White with #A4FBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FBEE; }

 p { color: rgb(164,251,238); }

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

background-color css

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

 a { background-color: rgb(164,251,238); }

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

border-color css

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

 span { border-color: rgb(164,251,238); }

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