#B4F1EA

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

Shades of Pale Turquoise #B4F1EA

Tints of Pale Turquoise #B4F1EA

Color information

#B4F1EA (or 0xB4F1EA) is unknown color: approx Pale Turquoise. HEX triplet: B4, F1 and EA. RGB value is (180,241,234). Sum of RGB (Red+Green+Blue) = 180+241+234=655 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.48% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F1EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F1EA is #4B0E15. Grayscale: #DDDDDD. Windows color (decimal): -4918806 or 15397300. OLE color: 15397300.

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

Color convert

RGB180241234-
CMYK0.2500.030.05
HSL173.11º68.54%82.55%-
HSV(B)173.11º25.31%94.51%-
XYZ65.1378.5589.57-
YUV221.96134.7998.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.48%
GREEN value IS 241 (94.53% from 255) = 36.79%
BLUE value IS 234 (91.80% from 255) = 35.73%
R=27.48%
G=36.79%
B=35.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1802412340.2500.030.05173.1168.5482.55
HexB4F1EA19035ad4553
Octal26436135231035255105123
Binary101101001111000111101010110010111011010110110001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F1EA; }

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

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

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

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

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

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

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

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