Html Css Color HEX #BAEDEA Pale Turquoise

📋 copy color: '#BAEDEA'

red 186 ◦ green 237 ◦ blue 234

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

Shades of Pale Turquoise #BAEDEA

Tints of Pale Turquoise #BAEDEA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.07%

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

R = 28.31%
G = 36.07%
B = 35.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#BAEDEA (or 0xBAEDEA) is known color: Pale Turquoise. HEX triplet: BA, ED and EA. RGB value is (186,237,234). Sum of RGB (Red+Green+Blue) = 186+237+234=657 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.31% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEDEA is #451215. Grayscale: #DDDDDD. Windows color (decimal): -4526614 or 15396282. OLE color: 15396282.

HSL color Cylindrical-coordinate representation of color #BAEDEA: hue angle of 176.47º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEDEA is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 237 234 -
CMYK 0.22 0 0.01 0.07
HSL 176.47º 0.59% 0.83% -
HSV(B) 176.47º 0.22% 0.93% -
XYZ 65.39 76.95 89.25 -
YUV 221.41 135.1 102.74 -
System Red Green Blue C M Y K H S L
Decimal 186 237 234 0.22 0 0.01 0.07 176.47 0.59 0.83
Hex BA ED EA 16 0 1 7 B0 3B 53
Octal 272 355 352 26 0 1 7 260 73 123
Binary 10111010 11101101 11101010 10110 0 1 111 10110000 111011 1010011

Color Harmonies of #BAEDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEDEA

Black with #BAEDEA

Text Example


Text Example

White with #BAEDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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