#B5EDED

Color #B5EDED Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #B5EDED

Tints of Pale Turquoise #B5EDED

Color information

#B5EDED (or 0xB5EDED) is unknown color: approx Pale Turquoise. HEX triplet: B5, ED and ED. RGB value is (181,237,237). Sum of RGB (Red+Green+Blue) = 181+237+237=655 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.63% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #B5EDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5EDED is #4A1212. Grayscale: #DCDCDC. Windows color (decimal): -4854291 or 15592885. OLE color: 15592885.

HSL color Cylindrical-coordinate representation of color #B5EDED: hue angle of 180º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EDED is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181237237-
CMYK0.24000.07
HSL180º60.87%81.96%-
HSV(B)180º23.63%92.94%-
XYZ64.6376.5191.48-
YUV220.26137.45100-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.63%
GREEN value IS 237 (92.97% from 255) = 36.18%
BLUE value IS 237 (92.97% from 255) = 36.18%
R=27.63%
G=36.18%
B=36.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1812372370.24000.0718060.8781.96
HexB5EDED18007b43d52
Octal2653553553000726475122
Binary1011010111101101111011011100000111101101001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EDED; }

 p { color: rgb(181,237,237); }

 H1.HeaderClassName
 {
   color: #B5EDED;
 }
 .AnyTagClassName
 {
   color: #B5EDED;
 }
</style>
background-color css

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

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

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

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

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

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