#BAF3ED

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

Shades of Pale Turquoise #BAF3ED

Tints of Pale Turquoise #BAF3ED

Color information

#BAF3ED (or 0xBAF3ED) is unknown color: approx Pale Turquoise. HEX triplet: BA, F3 and ED. RGB value is (186,243,237). Sum of RGB (Red+Green+Blue) = 186+243+237=666 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.93% from 666); Green value is 243 (95.31% from 255 or 36.49% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF3ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF3ED is #450C12. Grayscale: #E1E1E1. Windows color (decimal): -4525075 or 15594426. OLE color: 15594426.

HSL color Cylindrical-coordinate representation of color #BAF3ED: hue angle of 173.68º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF3ED is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB186243237-
CMYK0.2300.020.05
HSL173.68º70.37%84.12%-
HSV(B)173.68º23.46%95.29%-
XYZ67.5980.6592.13-
YUV225.27134.6299.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.93%
GREEN value IS 243 (95.31% from 255) = 36.49%
BLUE value IS 237 (92.97% from 255) = 35.59%
R=27.93%
G=36.49%
B=35.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862432370.2300.020.05173.6870.3784.12
HexBAF3ED17025ae4654
Octal27236335527025256106124
Binary101110101111001111101101101110101011010111010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF3ED; }

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

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

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

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

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

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

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

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