Html Css Color HEX #BAEDED Pale Turquoise

📋 copy color: '#BAEDED'

red 186 ◦ green 237 ◦ blue 237

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

Shades of Pale Turquoise #BAEDED

Tints of Pale Turquoise #BAEDED

RGB

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

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

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

R = 28.18%
G = 35.91%
B = 35.91%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAEDED (or 0xBAEDED) is known color: Pale Turquoise. HEX triplet: BA, ED and ED. RGB value is (186,237,237). Sum of RGB (Red+Green+Blue) = 186+237+237=660 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.18% from 660); Green value is 237 (92.97% from 255 or 35.91% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #BAEDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEDED is #451212. Grayscale: #DDDDDD. Windows color (decimal): -4526611 or 15592890. OLE color: 15592890.

HSL color Cylindrical-coordinate representation of color #BAEDED: hue angle of 180º 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 #BAEDED is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 237 237 -
CMYK 0.22 0 0 0.07
HSL 180º 0.59% 0.83% -
HSV(B) 180º 0.22% 0.93% -
XYZ 65.82 77.12 91.54 -
YUV 221.75 136.6 102.5 -
System Red Green Blue C M Y K H S L
Decimal 186 237 237 0.22 0 0 0.07 180 0.59 0.83
Hex BA ED ED 16 0 0 7 B4 3B 53
Octal 272 355 355 26 0 0 7 264 73 123
Binary 10111010 11101101 11101101 10110 0 0 111 10110100 111011 1010011

Color Harmonies of #BAEDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEDED

Black with #BAEDED

Text Example


Text Example

White with #BAEDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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