Html Css Color HEX #A5FBEA Pale Turquoise

📋 copy color: '#A5FBEA'

red 165 ◦ green 251 ◦ blue 234

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

Shades of Pale Turquoise #A5FBEA

Tints of Pale Turquoise #A5FBEA

RGB

 RED value IS 165 (64.84% from 255) = 25.38%

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

 BLUE value IS 234 (91.8% from 255) = 36%

R = 25.38%
G = 38.62%
B = 36%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#A5FBEA (or 0xA5FBEA) is known color: Pale Turquoise. HEX triplet: A5, FB and EA. RGB value is (165,251,234). Sum of RGB (Red+Green+Blue) = 165+251+234=650 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.38% from 650); Green value is 251 (98.44% from 255 or 38.62% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FBEA is #5A0415. Grayscale: #DFDFDF. Windows color (decimal): -5899286 or 15399845. OLE color: 15399845.

HSL color Cylindrical-coordinate representation of color #A5FBEA: hue angle of 168.14º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5FBEA is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 251 234 -
CMYK 0.34 0 0.07 0.02
HSL 168.14º 0.91% 0.82% -
HSV(B) 168.14º 0.34% 0.98% -
XYZ 64.87 82.93 90.43 -
YUV 223.35 134.01 86.38 -
System Red Green Blue C M Y K H S L
Decimal 165 251 234 0.34 0 0.07 0.02 168.14 0.91 0.82
Hex A5 FB EA 22 0 7 2 A8 5B 52
Octal 245 373 352 42 0 7 2 250 133 122
Binary 10100101 11111011 11101010 100010 0 111 10 10101000 1011011 1010010

Color Harmonies of #A5FBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FBEA

Black with #A5FBEA

Text Example


Text Example

White with #A5FBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FBEA; }

 p { color: rgb(165,251,234); }

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

background-color css

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

 a { background-color: rgb(165,251,234); }

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

border-color css

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

 span { border-color: rgb(165,251,234); }

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