Html Css Color HEX #BCEAEA Pale Turquoise

📋 copy color: '#BCEAEA'

red 188 ◦ green 234 ◦ blue 234

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

Shades of Pale Turquoise #BCEAEA

Tints of Pale Turquoise #BCEAEA

RGB

 RED value IS 188 (73.83% from 255) = 28.66%

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

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

R = 28.66%
G = 35.67%
B = 35.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCEAEA (or 0xBCEAEA) is known color: Pale Turquoise. HEX triplet: BC, EA and EA. RGB value is (188,234,234). Sum of RGB (Red+Green+Blue) = 188+234+234=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #BCEAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEAEA is #431515. Grayscale: #DCDCDC. Windows color (decimal): -4396310 or 15395516. OLE color: 15395516.

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

Color convert

RGB 188 234 234 -
CMYK 0.20 0 0 0.08
HSL 180º 0.52% 0.83% -
HSV(B) 180º 0.2% 0.92% -
XYZ 65.01 75.48 88.98 -
YUV 220.25 135.76 105 -
System Red Green Blue C M Y K H S L
Decimal 188 234 234 0.20 0 0 0.08 180 0.52 0.83
Hex BC EA EA 14 0 0 8 B4 34 53
Octal 274 352 352 24 0 0 10 264 64 123
Binary 10111100 11101010 11101010 10100 0 0 1000 10110100 110100 1010011

Color Harmonies of #BCEAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEAEA

Black with #BCEAEA

Text Example


Text Example

White with #BCEAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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