Html Css Color HEX #A5FBEB Pale Turquoise

📋 copy color: '#A5FBEB'

red 165 ◦ green 251 ◦ blue 235

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

Shades of Pale Turquoise #A5FBEB

Tints of Pale Turquoise #A5FBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.1%

R = 25.35%
G = 38.56%
B = 36.1%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#A5FBEB (or 0xA5FBEB) is known color: Pale Turquoise. HEX triplet: A5, FB and EB. RGB value is (165,251,235). Sum of RGB (Red+Green+Blue) = 165+251+235=651 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.35% from 651); Green value is 251 (98.44% from 255 or 38.56% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FBEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FBEB is #5A0414. Grayscale: #DFDFDF. Windows color (decimal): -5899285 or 15465381. OLE color: 15465381.

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

Color convert

RGB 165 251 235 -
CMYK 0.34 0 0.06 0.02
HSL 168.84º 0.91% 0.82% -
HSV(B) 168.84º 0.34% 0.98% -
XYZ 65.01 82.99 91.19 -
YUV 223.46 134.51 86.3 -
System Red Green Blue C M Y K H S L
Decimal 165 251 235 0.34 0 0.06 0.02 168.84 0.91 0.82
Hex A5 FB EB 22 0 6 2 A9 5B 52
Octal 245 373 353 42 0 6 2 251 133 122
Binary 10100101 11111011 11101011 100010 0 110 10 10101001 1011011 1010010

Color Harmonies of #A5FBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FBEB

Black with #A5FBEB

Text Example


Text Example

White with #A5FBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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