Html Css Color HEX #BAEEE8 Pale Turquoise

📋 copy color: '#BAEEE8'

red 186 ◦ green 238 ◦ blue 232

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

Shades of Pale Turquoise #BAEEE8

Tints of Pale Turquoise #BAEEE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.37%

R = 28.35%
G = 36.28%
B = 35.37%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#BAEEE8 (or 0xBAEEE8) is known color: Pale Turquoise. HEX triplet: BA, EE and E8. RGB value is (186,238,232). Sum of RGB (Red+Green+Blue) = 186+238+232=656 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.35% from 656); Green value is 238 (93.36% from 255 or 36.28% from 656); Blue value is 232 (91.02% from 255 or 35.37% from 656); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEEE8 is #451117. Grayscale: #DDDDDD. Windows color (decimal): -4526360 or 15265466. OLE color: 15265466.

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

Color convert

RGB 186 238 232 -
CMYK 0.22 0 0.03 0.07
HSL 173.08º 0.6% 0.83% -
HSV(B) 173.08º 0.22% 0.93% -
XYZ 65.39 77.41 87.84 -
YUV 221.77 133.77 102.49 -
System Red Green Blue C M Y K H S L
Decimal 186 238 232 0.22 0 0.03 0.07 173.08 0.6 0.83
Hex BA EE E8 16 0 3 7 AD 3C 53
Octal 272 356 350 26 0 3 7 255 74 123
Binary 10111010 11101110 11101000 10110 0 11 111 10101101 111100 1010011

Color Harmonies of #BAEEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEEE8

Black with #BAEEE8

Text Example


Text Example

White with #BAEEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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