Html Css Color HEX #BAF8EE Pale Turquoise

📋 copy color: '#BAF8EE'

red 186 ◦ green 248 ◦ blue 238

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

Shades of Pale Turquoise #BAF8EE

Tints of Pale Turquoise #BAF8EE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.9%

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

R = 27.68%
G = 36.9%
B = 35.42%

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

#BAF8EE (or 0xBAF8EE) is known color: Pale Turquoise. HEX triplet: BA, F8 and EE. RGB value is (186,248,238). Sum of RGB (Red+Green+Blue) = 186+248+238=672 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.68% from 672); Green value is 248 (97.27% from 255 or 36.90% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF8EE is #450711. Grayscale: #E4E4E4. Windows color (decimal): -4523794 or 15661242. OLE color: 15661242.

HSL color Cylindrical-coordinate representation of color #BAF8EE: hue angle of 170.32º degrees, saturation: 0.82, 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 #BAF8EE is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 248 238 -
CMYK 0.25 0 0.04 0.03
HSL 170.32º 0.82% 0.85% -
HSV(B) 170.32º 0.25% 0.97% -
XYZ 69.25 83.75 93.4 -
YUV 228.32 133.46 97.81 -
System Red Green Blue C M Y K H S L
Decimal 186 248 238 0.25 0 0.04 0.03 170.32 0.82 0.85
Hex BA F8 EE 19 0 4 3 AA 52 55
Octal 272 370 356 31 0 4 3 252 122 125
Binary 10111010 11111000 11101110 11001 0 100 11 10101010 1010010 1010101

Color Harmonies of #BAF8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF8EE

Black with #BAF8EE

Text Example


Text Example

White with #BAF8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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