#BAF2ED

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

Shades of Pale Turquoise #BAF2ED

Tints of Pale Turquoise #BAF2ED

Color information

#BAF2ED (or 0xBAF2ED) is unknown color: approx Pale Turquoise. HEX triplet: BA, F2 and ED. RGB value is (186,242,237). Sum of RGB (Red+Green+Blue) = 186+242+237=665 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.97% from 665); Green value is 242 (94.92% from 255 or 36.39% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF2ED is #450D12. Grayscale: #E0E0E0. Windows color (decimal): -4525331 or 15594170. OLE color: 15594170.

HSL color Cylindrical-coordinate representation of color #BAF2ED: hue angle of 174.64º degrees, saturation: 0.68, 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 #BAF2ED is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB186242237-
CMYK0.2300.020.05
HSL174.64º68.29%83.92%-
HSV(B)174.64º23.14%94.9%-
XYZ67.2980.0692.03-
YUV224.69134.95100.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.97%
GREEN value IS 242 (94.92% from 255) = 36.39%
BLUE value IS 237 (92.97% from 255) = 35.64%
R=27.97%
G=36.39%
B=35.64%

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
Decimal1862422370.2300.020.05174.6468.2983.92
HexBAF2ED17025af4454
Octal27236235527025257104124
Binary101110101111001011101101101110101011010111110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF2ED; }

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

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

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

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

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

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

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

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