#B4F0EA

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

Shades of Pale Turquoise #B4F0EA

Tints of Pale Turquoise #B4F0EA

Color information

#B4F0EA (or 0xB4F0EA) is unknown color: approx Pale Turquoise. HEX triplet: B4, F0 and EA. RGB value is (180,240,234). Sum of RGB (Red+Green+Blue) = 180+240+234=654 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.52% from 654); Green value is 240 (94.14% from 255 or 36.70% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 240 - color contains mainly: green. Hex color #B4F0EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F0EA is #4B0F15. Grayscale: #DDDDDD. Windows color (decimal): -4919062 or 15397044. OLE color: 15397044.

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

Color convert

RGB180240234-
CMYK0.2500.020.06
HSL174º66.67%82.35%-
HSV(B)174º25%94.12%-
XYZ64.8377.9689.47-
YUV221.38135.1298.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.52%
GREEN value IS 240 (94.14% from 255) = 36.70%
BLUE value IS 234 (91.80% from 255) = 35.78%
R=27.52%
G=36.70%
B=35.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802402340.2500.020.0617466.6782.35
HexB4F0EA19026ae4352
Octal26436035231026256103122
Binary101101001111000011101010110010101101010111010000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F0EA; }

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

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

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

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

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

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

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

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