Html Css Color HEX #BCEDEC Pale Turquoise

📋 copy color: '#BCEDEC'

red 188 ◦ green 237 ◦ blue 236

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

Shades of Pale Turquoise #BCEDEC

Tints of Pale Turquoise #BCEDEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.7%

R = 28.44%
G = 35.85%
B = 35.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#BCEDEC (or 0xBCEDEC) is known color: Pale Turquoise. HEX triplet: BC, ED and EC. RGB value is (188,237,236). Sum of RGB (Red+Green+Blue) = 188+237+236=661 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.44% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEDEC is #431213. Grayscale: #DEDEDE. Windows color (decimal): -4395540 or 15527356. OLE color: 15527356.

HSL color Cylindrical-coordinate representation of color #BCEDEC: hue angle of 178.78º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEDEC is Cyan = 0.21, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 237 236 -
CMYK 0.21 0 0.00 0.07
HSL 178.78º 0.58% 0.83% -
HSV(B) 178.78º 0.21% 0.93% -
XYZ 66.16 77.32 90.79 -
YUV 222.24 135.77 103.58 -
System Red Green Blue C M Y K H S L
Decimal 188 237 236 0.21 0 0.00 0.07 178.78 0.58 0.83
Hex BC ED EC 15 0 0 7 B3 3A 53
Octal 274 355 354 25 0 0 7 263 72 123
Binary 10111100 11101101 11101100 10101 0 0 111 10110011 111010 1010011

Color Harmonies of #BCEDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEDEC

Black with #BCEDEC

Text Example


Text Example

White with #BCEDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEDEC; }

 p { color: rgb(188,237,236); }

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

background-color css

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

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

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

border-color css

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

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

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