Html Css Color HEX #BAF0EE Pale Turquoise

📋 copy color: '#BAF0EE'

red 186 ◦ green 240 ◦ blue 238

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

Shades of Pale Turquoise #BAF0EE

Tints of Pale Turquoise #BAF0EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.84%

R = 28.01%
G = 36.14%
B = 35.84%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#BAF0EE (or 0xBAF0EE) is known color: Pale Turquoise. HEX triplet: BA, F0 and EE. RGB value is (186,240,238). Sum of RGB (Red+Green+Blue) = 186+240+238=664 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.01% from 664); Green value is 240 (94.14% from 255 or 36.14% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF0EE is #450F11. Grayscale: #DFDFDF. Windows color (decimal): -4525842 or 15659194. OLE color: 15659194.

HSL color Cylindrical-coordinate representation of color #BAF0EE: hue angle of 177.78º 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 #BAF0EE is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 240 238 -
CMYK 0.22 0 0.01 0.06
HSL 177.78º 0.64% 0.84% -
HSV(B) 177.78º 0.23% 0.94% -
XYZ 66.84 78.93 92.6 -
YUV 223.63 136.11 101.16 -
System Red Green Blue C M Y K H S L
Decimal 186 240 238 0.22 0 0.01 0.06 177.78 0.64 0.84
Hex BA F0 EE 16 0 1 6 B2 40 54
Octal 272 360 356 26 0 1 6 262 100 124
Binary 10111010 11110000 11101110 10110 0 1 110 10110010 1000000 1010100

Color Harmonies of #BAF0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF0EE

Black with #BAF0EE

Text Example


Text Example

White with #BAF0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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