#BCEEEE

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

Shades of Pale Turquoise #BCEEEE

Tints of Pale Turquoise #BCEEEE

Color information

#BCEEEE (or 0xBCEEEE) is unknown color: approx Pale Turquoise. HEX triplet: BC, EE and EE. RGB value is (188,238,238). Sum of RGB (Red+Green+Blue) = 188+238+238=664 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.31% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #BCEEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEEEE is #431111. Grayscale: #DFDFDF. Windows color (decimal): -4395282 or 15658684. OLE color: 15658684.

HSL color Cylindrical-coordinate representation of color #BCEEEE: hue angle of 180º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEEEE is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188238238-
CMYK0.21000.07
HSL180º59.52%83.53%-
HSV(B)180º21.01%93.33%-
XYZ66.7578.0192.43-
YUV223.05136.44103-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.31%
GREEN value IS 238 (93.36% from 255) = 35.84%
BLUE value IS 238 (93.36% from 255) = 35.84%
R=28.31%
G=35.84%
B=35.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882382380.21000.0718059.5283.53
HexBCEEEE15007b43c54
Octal2743563562500726474124
Binary1011110011101110111011101010100111101101001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEEEE; }

 p { color: rgb(188,238,238); }

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

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

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

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

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

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

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