Html Css Color HEX #A5FBED Pale Turquoise

📋 copy color: '#A5FBED'

red 165 ◦ green 251 ◦ blue 237

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

Shades of Pale Turquoise #A5FBED

Tints of Pale Turquoise #A5FBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.29%

R = 25.27%
G = 38.44%
B = 36.29%

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

#A5FBED (or 0xA5FBED) is known color: Pale Turquoise. HEX triplet: A5, FB and ED. RGB value is (165,251,237). Sum of RGB (Red+Green+Blue) = 165+251+237=653 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.27% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FBED is #5A0412. Grayscale: #DFDFDF. Windows color (decimal): -5899283 or 15596453. OLE color: 15596453.

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

Color convert

RGB 165 251 237 -
CMYK 0.34 0 0.06 0.02
HSL 170.23º 0.91% 0.82% -
HSV(B) 170.23º 0.34% 0.98% -
XYZ 65.3 83.11 92.72 -
YUV 223.69 135.51 86.14 -
System Red Green Blue C M Y K H S L
Decimal 165 251 237 0.34 0 0.06 0.02 170.23 0.91 0.82
Hex A5 FB ED 22 0 6 2 AA 5B 52
Octal 245 373 355 42 0 6 2 252 133 122
Binary 10100101 11111011 11101101 100010 0 110 10 10101010 1011011 1010010

Color Harmonies of #A5FBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FBED

Black with #A5FBED

Text Example


Text Example

White with #A5FBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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