Html Css Color HEX #BAEEED Pale Turquoise

📋 copy color: '#BAEEED'

red 186 ◦ green 238 ◦ blue 237

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

Shades of Pale Turquoise #BAEEED

Tints of Pale Turquoise #BAEEED

RGB

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

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

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

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

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

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

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

Color convert

RGB 186 238 237 -
CMYK 0.22 0 0.00 0.07
HSL 178.85º 0.6% 0.83% -
HSV(B) 178.85º 0.22% 0.93% -
XYZ 66.11 77.7 91.63 -
YUV 222.34 136.27 102.08 -
System Red Green Blue C M Y K H S L
Decimal 186 238 237 0.22 0 0.00 0.07 178.85 0.6 0.83
Hex BA EE ED 16 0 0 7 B3 3C 53
Octal 272 356 355 26 0 0 7 263 74 123
Binary 10111010 11101110 11101101 10110 0 0 111 10110011 111100 1010011

Color Harmonies of #BAEEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEEED

Black with #BAEEED

Text Example


Text Example

White with #BAEEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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