#BCEEED

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

Shades of Pale Turquoise #BCEEED

Tints of Pale Turquoise #BCEEED

Color information

#BCEEED (or 0xBCEEED) is unknown color: approx Pale Turquoise. HEX triplet: BC, EE and ED. RGB value is (188,238,237). Sum of RGB (Red+Green+Blue) = 188+238+237=663 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.36% from 663); Green value is 238 (93.36% from 255 or 35.90% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEEED is #431112. Grayscale: #DEDEDE. Windows color (decimal): -4395283 or 15593148. OLE color: 15593148.

HSL color Cylindrical-coordinate representation of color #BCEEED: hue angle of 178.8º 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 #BCEEED is Cyan = 0.21, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB188238237-
CMYK0.2100.000.07
HSL178.8º59.52%83.53%-
HSV(B)178.8º21.01%93.33%-
XYZ66.677.9591.66-
YUV222.94135.94103.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.36%
GREEN value IS 238 (93.36% from 255) = 35.90%
BLUE value IS 237 (92.97% from 255) = 35.75%
R=28.36%
G=35.90%
B=35.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882382370.2100.000.07178.859.5283.53
HexBCEEED15007b33c54
Octal2743563552500726374124
Binary1011110011101110111011011010100111101100111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEEED; }

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

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

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

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

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

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

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

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