Html Css Color HEX #BAF2EC Pale Turquoise

📋 copy color: '#BAF2EC'

red 186 ◦ green 242 ◦ blue 236

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

Shades of Pale Turquoise #BAF2EC

Tints of Pale Turquoise #BAF2EC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.45%

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

R = 28.01%
G = 36.45%
B = 35.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#BAF2EC (or 0xBAF2EC) is known color: Pale Turquoise. HEX triplet: BA, F2 and EC. RGB value is (186,242,236). Sum of RGB (Red+Green+Blue) = 186+242+236=664 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.01% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF2EC is #450D13. Grayscale: #E0E0E0. Windows color (decimal): -4525332 or 15528634. OLE color: 15528634.

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

Color convert

RGB 186 242 236 -
CMYK 0.23 0 0.02 0.05
HSL 173.57º 0.68% 0.84% -
HSV(B) 173.57º 0.23% 0.95% -
XYZ 67.14 80 91.26 -
YUV 224.57 134.45 100.49 -
System Red Green Blue C M Y K H S L
Decimal 186 242 236 0.23 0 0.02 0.05 173.57 0.68 0.84
Hex BA F2 EC 17 0 2 5 AE 44 54
Octal 272 362 354 27 0 2 5 256 104 124
Binary 10111010 11110010 11101100 10111 0 10 101 10101110 1000100 1010100

Color Harmonies of #BAF2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF2EC

Black with #BAF2EC

Text Example


Text Example

White with #BAF2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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