#B4FDEE

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

Shades of Pale Turquoise #B4FDEE

Tints of Pale Turquoise #B4FDEE

Color information

#B4FDEE (or 0xB4FDEE) is unknown color: approx Pale Turquoise. HEX triplet: B4, FD and EE. RGB value is (180,253,238). Sum of RGB (Red+Green+Blue) = 180+253+238=671 (88% of max value = 765). Red value is 180 (70.70% from 255 or 26.83% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #B4FDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FDEE is #4B0211. Grayscale: #E5E5E5. Windows color (decimal): -4915730 or 15662516. OLE color: 15662516.

HSL color Cylindrical-coordinate representation of color #B4FDEE: hue angle of 167.67º degrees, saturation: 0.95, 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 #B4FDEE is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB180253238-
CMYK0.2900.060.01
HSL167.67º94.81%84.9%-
HSV(B)167.67º28.85%99.22%-
XYZ69.3886.1393.86-
YUV229.46132.8292.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.83%
GREEN value IS 253 (99.22% from 255) = 37.70%
BLUE value IS 238 (93.36% from 255) = 35.47%
R=26.83%
G=37.70%
B=35.47%

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
Decimal1802532380.2900.060.01167.6794.8184.9
HexB4FDEE1D061a85f55
Octal26437535635061250137125
Binary10110100111111011110111011101011011010100010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FDEE; }

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

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

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

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

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

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

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

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