Html Css Color HEX #BAEAEA Pale Turquoise

📋 copy color: '#BAEAEA'

red 186 ◦ green 234 ◦ blue 234

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

Shades of Pale Turquoise #BAEAEA

Tints of Pale Turquoise #BAEAEA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.78%

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

R = 28.44%
G = 35.78%
B = 35.78%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BAEAEA (or 0xBAEAEA) is known color: Pale Turquoise. HEX triplet: BA, EA and EA. RGB value is (186,234,234). Sum of RGB (Red+Green+Blue) = 186+234+234=654 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.44% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #BAEAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEAEA is #451515. Grayscale: #DBDBDB. Windows color (decimal): -4527382 or 15395514. OLE color: 15395514.

HSL color Cylindrical-coordinate representation of color #BAEAEA: hue angle of 180º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEAEA is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 234 -
CMYK 0.21 0 0 0.08
HSL 180º 0.53% 0.82% -
HSV(B) 180º 0.21% 0.92% -
XYZ 64.52 75.23 88.96 -
YUV 219.65 136.1 104 -
System Red Green Blue C M Y K H S L
Decimal 186 234 234 0.21 0 0 0.08 180 0.53 0.82
Hex BA EA EA 15 0 0 8 B4 35 52
Octal 272 352 352 25 0 0 10 264 65 122
Binary 10111010 11101010 11101010 10101 0 0 1000 10110100 110101 1010010

Color Harmonies of #BAEAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEAEA

Black with #BAEAEA

Text Example


Text Example

White with #BAEAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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