#B4FCEE

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

Shades of Pale Turquoise #B4FCEE

Tints of Pale Turquoise #B4FCEE

Color information

#B4FCEE (or 0xB4FCEE) is unknown color: approx Pale Turquoise. HEX triplet: B4, FC and EE. RGB value is (180,252,238). Sum of RGB (Red+Green+Blue) = 180+252+238=670 (88% of max value = 765). Red value is 180 (70.70% from 255 or 26.87% from 670); Green value is 252 (98.83% from 255 or 37.61% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FCEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FCEE is #4B0311. Grayscale: #E4E4E4. Windows color (decimal): -4915986 or 15662260. OLE color: 15662260.

HSL color Cylindrical-coordinate representation of color #B4FCEE: hue angle of 168.33º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4FCEE is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB180252238-
CMYK0.2900.060.01
HSL168.33º92.31%84.71%-
HSV(B)168.33º28.57%98.82%-
XYZ69.0785.593.75-
YUV228.88133.1593.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.87%
GREEN value IS 252 (98.83% from 255) = 37.61%
BLUE value IS 238 (93.36% from 255) = 35.52%
R=26.87%
G=37.61%
B=35.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802522380.2900.060.01168.3392.3184.71
HexB4FCEE1D061a85c55
Octal26437435635061250134125
Binary10110100111111001110111011101011011010100010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FCEE; }

 p { color: rgb(180,252,238); }

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

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

 a { background-color: rgb(180,252,238); }

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

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

 span { border-color: rgb(180,252,238); }

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