#B5F0ED

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

Shades of Pale Turquoise #B5F0ED

Tints of Pale Turquoise #B5F0ED

Color information

#B5F0ED (or 0xB5F0ED) is unknown color: approx Pale Turquoise. HEX triplet: B5, F0 and ED. RGB value is (181,240,237). Sum of RGB (Red+Green+Blue) = 181+240+237=658 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.51% from 658); Green value is 240 (94.14% from 255 or 36.47% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 240 - color contains mainly: green. Hex color #B5F0ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F0ED is #4A0F12. Grayscale: #DDDDDD. Windows color (decimal): -4853523 or 15593653. OLE color: 15593653.

HSL color Cylindrical-coordinate representation of color #B5F0ED: hue angle of 176.95º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5F0ED is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB181240237-
CMYK0.2500.010.06
HSL176.95º66.29%82.55%-
HSV(B)176.95º24.58%94.12%-
XYZ65.578.2691.77-
YUV222.02136.4598.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.51%
GREEN value IS 240 (94.14% from 255) = 36.47%
BLUE value IS 237 (92.97% from 255) = 36.02%
R=27.51%
G=36.47%
B=36.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812402370.2500.010.06176.9566.2982.55
HexB5F0ED19016b14253
Octal26536035531016261102123
Binary10110101111100001110110111001011101011000110000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F0ED; }

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

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

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

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

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

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

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

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