Html Css Color HEX #BAE9EA Pale Turquoise

📋 copy color: '#BAE9EA'

red 186 ◦ green 233 ◦ blue 234

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

Shades of Pale Turquoise #BAE9EA

Tints of Pale Turquoise #BAE9EA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.68%

 BLUE value IS 234 (91.8% from 255) = 35.83%

R = 28.48%
G = 35.68%
B = 35.83%

CMYK

 C value IS 0.21

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BAE9EA (or 0xBAE9EA) is known color: Pale Turquoise. HEX triplet: BA, E9 and EA. RGB value is (186,233,234). Sum of RGB (Red+Green+Blue) = 186+233+234=653 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.48% from 653); Green value is 233 (91.41% from 255 or 35.68% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAE9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE9EA is #451615. Grayscale: #DBDBDB. Windows color (decimal): -4527638 or 15395258. OLE color: 15395258.

HSL color Cylindrical-coordinate representation of color #BAE9EA: hue angle of 181.25º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAE9EA is Cyan = 0.21, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 233 234 -
CMYK 0.21 0.00 0 0.08
HSL 181.25º 0.53% 0.82% -
HSV(B) 181.25º 0.21% 0.92% -
XYZ 64.24 74.66 88.87 -
YUV 219.06 136.43 104.42 -
System Red Green Blue C M Y K H S L
Decimal 186 233 234 0.21 0.00 0 0.08 181.25 0.53 0.82
Hex BA E9 EA 15 0 0 8 B5 35 52
Octal 272 351 352 25 0 0 10 265 65 122
Binary 10111010 11101001 11101010 10101 0 0 1000 10110101 110101 1010010

Color Harmonies of #BAE9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE9EA

Black with #BAE9EA

Text Example


Text Example

White with #BAE9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE9EA; }

 p { color: rgb(186,233,234); }

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

background-color css

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

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

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

border-color css

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

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

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