#BAEDF0

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

Shades of Pale Turquoise #BAEDF0

Tints of Pale Turquoise #BAEDF0

Color information

#BAEDF0 (or 0xBAEDF0) is unknown color: approx Pale Turquoise. HEX triplet: BA, ED and F0. RGB value is (186,237,240). Sum of RGB (Red+Green+Blue) = 186+237+240=663 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.05% from 663); Green value is 237 (92.97% from 255 or 35.75% from 663); Blue value is 240 (94.14% from 255 or 36.20% from 663); Max value from RGB is 240 - color contains mainly: blue. Hex color #BAEDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEDF0 is #45120F. Grayscale: #DEDEDE. Windows color (decimal): -4526608 or 15789498. OLE color: 15789498.

HSL color Cylindrical-coordinate representation of color #BAEDF0: hue angle of 183.33º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEDF0 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB186237240-
CMYK0.220.0100.06
HSL183.33º64.29%83.53%-
HSV(B)183.33º22.5%94.12%-
XYZ66.2677.393.87-
YUV222.09138.1102.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.05%
GREEN value IS 237 (92.97% from 255) = 35.75%
BLUE value IS 240 (94.14% from 255) = 36.20%
R=28.05%
G=35.75%
B=36.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862372400.220.0100.06183.3364.2983.53
HexBAEDF016106b74054
Octal27235536026106267100124
Binary10111010111011011111000010110101101011011110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEDF0; }

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

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

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

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

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

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

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

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