Html Css Color HEX #BAEDEE Pale Turquoise

📋 copy color: '#BAEDEE'

red 186 ◦ green 237 ◦ blue 238

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

Shades of Pale Turquoise #BAEDEE

Tints of Pale Turquoise #BAEDEE

RGB

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

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

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

R = 28.14%
G = 35.85%
B = 36.01%

CMYK

 C value IS 0.22

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAEDEE (or 0xBAEDEE) is known color: Pale Turquoise. HEX triplet: BA, ED and EE. RGB value is (186,237,238). Sum of RGB (Red+Green+Blue) = 186+237+238=661 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.14% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAEDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEDEE is #451211. Grayscale: #DDDDDD. Windows color (decimal): -4526610 or 15658426. OLE color: 15658426.

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

Color convert

RGB 186 237 238 -
CMYK 0.22 0.00 0 0.07
HSL 181.15º 0.6% 0.83% -
HSV(B) 181.15º 0.22% 0.93% -
XYZ 65.97 77.18 92.31 -
YUV 221.87 137.1 102.42 -
System Red Green Blue C M Y K H S L
Decimal 186 237 238 0.22 0.00 0 0.07 181.15 0.6 0.83
Hex BA ED EE 16 0 0 7 B5 3C 53
Octal 272 355 356 26 0 0 7 265 74 123
Binary 10111010 11101101 11101110 10110 0 0 111 10110101 111100 1010011

Color Harmonies of #BAEDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEDEE

Black with #BAEDEE

Text Example


Text Example

White with #BAEDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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