Html Css Color HEX #BAF7ED Pale Turquoise

📋 copy color: '#BAF7ED'

red 186 ◦ green 247 ◦ blue 237

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

Shades of Pale Turquoise #BAF7ED

Tints of Pale Turquoise #BAF7ED

RGB

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

 GREEN value IS 247 (96.88% from 255) = 36.87%

 BLUE value IS 237 (92.97% from 255) = 35.37%

R = 27.76%
G = 36.87%
B = 35.37%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#BAF7ED (or 0xBAF7ED) is known color: Pale Turquoise. HEX triplet: BA, F7 and ED. RGB value is (186,247,237). Sum of RGB (Red+Green+Blue) = 186+247+237=670 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.76% from 670); Green value is 247 (96.88% from 255 or 36.87% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF7ED is #450812. Grayscale: #E3E3E3. Windows color (decimal): -4524051 or 15595450. OLE color: 15595450.

HSL color Cylindrical-coordinate representation of color #BAF7ED: hue angle of 170.16º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF7ED is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 247 237 -
CMYK 0.25 0 0.04 0.03
HSL 170.16º 0.79% 0.85% -
HSV(B) 170.16º 0.25% 0.97% -
XYZ 68.8 83.08 92.53 -
YUV 227.62 133.29 98.31 -
System Red Green Blue C M Y K H S L
Decimal 186 247 237 0.25 0 0.04 0.03 170.16 0.79 0.85
Hex BA F7 ED 19 0 4 3 AA 4F 55
Octal 272 367 355 31 0 4 3 252 117 125
Binary 10111010 11110111 11101101 11001 0 100 11 10101010 1001111 1010101

Color Harmonies of #BAF7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF7ED

Black with #BAF7ED

Text Example


Text Example

White with #BAF7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF7ED; }

 p { color: rgb(186,247,237); }

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

background-color css

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

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

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

border-color css

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

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

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