#BAFEF5

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

Shades of Pale Turquoise #BAFEF5

Tints of Pale Turquoise #BAFEF5

Color information

#BAFEF5 (or 0xBAFEF5) is unknown color: approx Pale Turquoise. HEX triplet: BA, FE and F5. RGB value is (186,254,245). Sum of RGB (Red+Green+Blue) = 186+254+245=685 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.15% from 685); Green value is 254 (99.61% from 255 or 37.08% from 685); Blue value is 245 (96.09% from 255 or 35.77% from 685); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFEF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFEF5 is #45010A. Grayscale: #E8E8E8. Windows color (decimal): -4522251 or 16121530. OLE color: 16121530.

HSL color Cylindrical-coordinate representation of color #BAFEF5: hue angle of 172.06º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFEF5 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB186254245-
CMYK0.2700.040.00
HSL172.06º97.14%86.27%-
HSV(B)172.06º26.77%99.61%-
XYZ72.1787.9299.55-
YUV232.64134.9794.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.15%
GREEN value IS 254 (99.61% from 255) = 37.08%
BLUE value IS 245 (96.09% from 255) = 35.77%
R=27.15%
G=37.08%
B=35.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862542450.2700.040.00172.0697.1486.27
HexBAFEF51B040ac6156
Octal27237636533040254141126
Binary10111010111111101111010111011010001010110011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFEF5; }

 p { color: rgb(186,254,245); }

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

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

 a { background-color: rgb(186,254,245); }

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

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

 span { border-color: rgb(186,254,245); }

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