Html Css Color HEX #BAF5ED Pale Turquoise

📋 copy color: '#BAF5ED'

red 186 ◦ green 245 ◦ blue 237

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

Shades of Pale Turquoise #BAF5ED

Tints of Pale Turquoise #BAF5ED

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.68%

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

R = 27.84%
G = 36.68%
B = 35.48%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#BAF5ED (or 0xBAF5ED) is known color: Pale Turquoise. HEX triplet: BA, F5 and ED. RGB value is (186,245,237). Sum of RGB (Red+Green+Blue) = 186+245+237=668 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.84% from 668); Green value is 245 (96.09% from 255 or 36.68% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF5ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF5ED is #450A12. Grayscale: #E2E2E2. Windows color (decimal): -4524563 or 15594938. OLE color: 15594938.

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

Color convert

RGB 186 245 237 -
CMYK 0.24 0 0.03 0.04
HSL 171.86º 0.75% 0.85% -
HSV(B) 171.86º 0.24% 0.96% -
XYZ 68.19 81.86 92.33 -
YUV 226.45 133.95 99.15 -
System Red Green Blue C M Y K H S L
Decimal 186 245 237 0.24 0 0.03 0.04 171.86 0.75 0.85
Hex BA F5 ED 18 0 3 4 AC 4B 55
Octal 272 365 355 30 0 3 4 254 113 125
Binary 10111010 11110101 11101101 11000 0 11 100 10101100 1001011 1010101

Color Harmonies of #BAF5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF5ED

Black with #BAF5ED

Text Example


Text Example

White with #BAF5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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