Html Css Color HEX #A5FBE9 Pale Turquoise

📋 copy color: '#A5FBE9'

red 165 ◦ green 251 ◦ blue 233

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

Shades of Pale Turquoise #A5FBE9

Tints of Pale Turquoise #A5FBE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 35.9%

R = 25.42%
G = 38.67%
B = 35.9%

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

#A5FBE9 (or 0xA5FBE9) is known color: Pale Turquoise. HEX triplet: A5, FB and E9. RGB value is (165,251,233). Sum of RGB (Red+Green+Blue) = 165+251+233=649 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.42% from 649); Green value is 251 (98.44% from 255 or 38.67% from 649); Blue value is 233 (91.41% from 255 or 35.90% from 649); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FBE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FBE9 is #5A0416. Grayscale: #DFDFDF. Windows color (decimal): -5899287 or 15334309. OLE color: 15334309.

HSL color Cylindrical-coordinate representation of color #A5FBE9: hue angle of 167.44º 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 #A5FBE9 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 251 233 -
CMYK 0.34 0 0.07 0.02
HSL 167.44º 0.91% 0.82% -
HSV(B) 167.44º 0.34% 0.98% -
XYZ 64.72 82.88 89.68 -
YUV 223.23 133.51 86.46 -
System Red Green Blue C M Y K H S L
Decimal 165 251 233 0.34 0 0.07 0.02 167.44 0.91 0.82
Hex A5 FB E9 22 0 7 2 A7 5B 52
Octal 245 373 351 42 0 7 2 247 133 122
Binary 10100101 11111011 11101001 100010 0 111 10 10100111 1011011 1010010

Color Harmonies of #A5FBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FBE9

Black with #A5FBE9

Text Example


Text Example

White with #A5FBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FBE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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