Html Css Color HEX #BAF0EC Pale Turquoise

📋 copy color: '#BAF0EC'

red 186 ◦ green 240 ◦ blue 236

#BAF0EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #BAF0EC

Tints of Pale Turquoise #BAF0EC

RGB

 RED value IS 186 (73.05% from 255) = 28.1%

 GREEN value IS 240 (94.14% from 255) = 36.25%

 BLUE value IS 236 (92.58% from 255) = 35.65%

R = 28.1%
G = 36.25%
B = 35.65%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#BAF0EC (or 0xBAF0EC) is known color: Pale Turquoise. HEX triplet: BA, F0 and EC. RGB value is (186,240,236). Sum of RGB (Red+Green+Blue) = 186+240+236=662 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.10% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF0EC is #450F13. Grayscale: #DFDFDF. Windows color (decimal): -4525844 or 15528122. OLE color: 15528122.

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

Color convert

RGB 186 240 236 -
CMYK 0.22 0 0.02 0.06
HSL 175.56º 0.64% 0.84% -
HSV(B) 175.56º 0.23% 0.94% -
XYZ 66.55 78.82 91.06 -
YUV 223.4 135.11 101.33 -
System Red Green Blue C M Y K H S L
Decimal 186 240 236 0.22 0 0.02 0.06 175.56 0.64 0.84
Hex BA F0 EC 16 0 2 6 B0 40 54
Octal 272 360 354 26 0 2 6 260 100 124
Binary 10111010 11110000 11101100 10110 0 10 110 10110000 1000000 1010100

Color Harmonies of #BAF0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF0EC

Black with #BAF0EC

Text Example


Text Example

White with #BAF0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF0EC; }

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

 H1.HeaderClassName
 {
   color: #BAF0EC;
 }
 .AnyTagClassName
 {
   color: #BAF0EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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