Html Css Color HEX #BAF0F0 Pale Turquoise

📋 copy color: '#BAF0F0'

red 186 ◦ green 240 ◦ blue 240

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

Shades of Pale Turquoise #BAF0F0

Tints of Pale Turquoise #BAF0F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.04%

R = 27.93%
G = 36.04%
B = 36.04%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BAF0F0 (or 0xBAF0F0) is known color: Pale Turquoise. HEX triplet: BA, F0 and F0. RGB value is (186,240,240). Sum of RGB (Red+Green+Blue) = 186+240+240=666 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.93% from 666); Green value is 240 (94.14% from 255 or 36.04% from 666); Blue value is 240 (94.14% from 255 or 36.04% from 666); Max value from RGB is 240 - color contains mainly: green, blue. Hex color #BAF0F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF0F0 is #450F0F. Grayscale: #DFDFDF. Windows color (decimal): -4525840 or 15790266. OLE color: 15790266.

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

Color convert

RGB 186 240 240 -
CMYK 0.22 0 0 0.06
HSL 180º 0.64% 0.84% -
HSV(B) 180º 0.23% 0.94% -
XYZ 67.14 79.05 94.16 -
YUV 223.85 137.11 101 -
System Red Green Blue C M Y K H S L
Decimal 186 240 240 0.22 0 0 0.06 180 0.64 0.84
Hex BA F0 F0 16 0 0 6 B4 40 54
Octal 272 360 360 26 0 0 6 264 100 124
Binary 10111010 11110000 11110000 10110 0 0 110 10110100 1000000 1010100

Color Harmonies of #BAF0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF0F0

Black with #BAF0F0

Text Example


Text Example

White with #BAF0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF0F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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