#BAEDEE

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

Shades of Pale Turquoise #BAEDEE

Tints of Pale Turquoise #BAEDEE

Color information

#BAEDEE (or 0xBAEDEE) is unknown color: approx Pale Turquoise. HEX triplet: BA, ED and EE. RGB value is (186,237,238). Sum of RGB (Red+Green+Blue) = 186+237+238=661 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.14% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAEDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEDEE is #451211. Grayscale: #DDDDDD. Windows color (decimal): -4526610 or 15658426. OLE color: 15658426.

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

Color convert

RGB186237238-
CMYK0.220.0000.07
HSL181.15º60.47%83.14%-
HSV(B)181.15º21.85%93.33%-
XYZ65.9777.1892.31-
YUV221.86137.1102.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.14%
GREEN value IS 237 (92.97% from 255) = 35.85%
BLUE value IS 238 (93.36% from 255) = 36.01%
R=28.14%
G=35.85%
B=36.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862372380.220.0000.07181.1560.4783.14
HexBAEDEE16007b53c53
Octal2723553562600726574123
Binary1011101011101101111011101011000111101101011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEDEE; }

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

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

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

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

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

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

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

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