#B0F3ED

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

Shades of Pale Turquoise #B0F3ED

Tints of Pale Turquoise #B0F3ED

Color information

#B0F3ED (or 0xB0F3ED) is unknown color: approx Pale Turquoise. HEX triplet: B0, F3 and ED. RGB value is (176,243,237). Sum of RGB (Red+Green+Blue) = 176+243+237=656 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.83% from 656); Green value is 243 (95.31% from 255 or 37.04% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F3ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F3ED is #4F0C12. Grayscale: #DEDEDE. Windows color (decimal): -5180435 or 15594416. OLE color: 15594416.

HSL color Cylindrical-coordinate representation of color #B0F3ED: hue angle of 174.63º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0F3ED is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB176243237-
CMYK0.2800.020.05
HSL174.63º73.63%82.16%-
HSV(B)174.63º27.57%95.29%-
XYZ65.2479.4592.02-
YUV222.28136.394.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.83%
GREEN value IS 243 (95.31% from 255) = 37.04%
BLUE value IS 237 (92.97% from 255) = 36.13%
R=26.83%
G=37.04%
B=36.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762432370.2800.020.05174.6373.6382.16
HexB0F3ED1C025af4a52
Octal26036335534025257112122
Binary101100001111001111101101111000101011010111110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F3ED; }

 p { color: rgb(176,243,237); }

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

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

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

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

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

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

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