#B4F1ED

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

Shades of Pale Turquoise #B4F1ED

Tints of Pale Turquoise #B4F1ED

Color information

#B4F1ED (or 0xB4F1ED) is unknown color: approx Pale Turquoise. HEX triplet: B4, F1 and ED. RGB value is (180,241,237). Sum of RGB (Red+Green+Blue) = 180+241+237=658 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.36% from 658); Green value is 241 (94.53% from 255 or 36.63% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F1ED is #4B0E12. Grayscale: #DEDEDE. Windows color (decimal): -4918803 or 15593908. OLE color: 15593908.

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

Color convert

RGB180241237-
CMYK0.2500.020.05
HSL176.07º68.54%82.55%-
HSV(B)176.07º25.31%94.51%-
XYZ65.5678.7391.86-
YUV222.3136.2997.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.36%
GREEN value IS 241 (94.53% from 255) = 36.63%
BLUE value IS 237 (92.97% from 255) = 36.02%
R=27.36%
G=36.63%
B=36.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1802412370.2500.020.05176.0768.5482.55
HexB4F1ED19025b04553
Octal26436135531025260105123
Binary101101001111000111101101110010101011011000010001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F1ED; }

 p { color: rgb(180,241,237); }

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

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

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

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

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

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

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