#B5F0EE

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

Shades of Pale Turquoise #B5F0EE

Tints of Pale Turquoise #B5F0EE

Color information

#B5F0EE (or 0xB5F0EE) is unknown color: approx Pale Turquoise. HEX triplet: B5, F0 and EE. RGB value is (181,240,238). Sum of RGB (Red+Green+Blue) = 181+240+238=659 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.47% from 659); Green value is 240 (94.14% from 255 or 36.42% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 240 - color contains mainly: green. Hex color #B5F0EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F0EE is #4A0F11. Grayscale: #DEDEDE. Windows color (decimal): -4853522 or 15659189. OLE color: 15659189.

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

Color convert

RGB181240238-
CMYK0.2500.010.06
HSL177.97º66.29%82.55%-
HSV(B)177.97º24.58%94.12%-
XYZ65.6578.3292.55-
YUV222.13136.9598.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.47%
GREEN value IS 240 (94.14% from 255) = 36.42%
BLUE value IS 238 (93.36% from 255) = 36.12%
R=27.47%
G=36.42%
B=36.12%

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
Decimal1812402380.2500.010.06177.9766.2982.55
HexB5F0EE19016b24253
Octal26536035631016262102123
Binary10110101111100001110111011001011101011001010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F0EE; }

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

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

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

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

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

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

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

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