Html Css Color HEX #BAF1ED Pale Turquoise

📋 copy color: '#BAF1ED'

red 186 ◦ green 241 ◦ blue 237

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

Shades of Pale Turquoise #BAF1ED

Tints of Pale Turquoise #BAF1ED

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.3%

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

R = 28.01%
G = 36.3%
B = 35.69%

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

#BAF1ED (or 0xBAF1ED) is known color: Pale Turquoise. HEX triplet: BA, F1 and ED. RGB value is (186,241,237). Sum of RGB (Red+Green+Blue) = 186+241+237=664 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.01% from 664); Green value is 241 (94.53% from 255 or 36.30% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF1ED is #450E12. Grayscale: #E0E0E0. Windows color (decimal): -4525587 or 15593914. OLE color: 15593914.

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

Color convert

RGB 186 241 237 -
CMYK 0.23 0 0.02 0.05
HSL 175.64º 0.66% 0.84% -
HSV(B) 175.64º 0.23% 0.95% -
XYZ 66.99 79.46 91.93 -
YUV 224.1 135.28 100.83 -
System Red Green Blue C M Y K H S L
Decimal 186 241 237 0.23 0 0.02 0.05 175.64 0.66 0.84
Hex BA F1 ED 17 0 2 5 B0 42 54
Octal 272 361 355 27 0 2 5 260 102 124
Binary 10111010 11110001 11101101 10111 0 10 101 10110000 1000010 1010100

Color Harmonies of #BAF1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF1ED

Black with #BAF1ED

Text Example


Text Example

White with #BAF1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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