Html Css Color HEX #BCF2EC Pale Turquoise

📋 copy color: '#BCF2EC'

red 188 ◦ green 242 ◦ blue 236

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

Shades of Pale Turquoise #BCF2EC

Tints of Pale Turquoise #BCF2EC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.34%

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

R = 28.23%
G = 36.34%
B = 35.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#BCF2EC (or 0xBCF2EC) is known color: Pale Turquoise. HEX triplet: BC, F2 and EC. RGB value is (188,242,236). Sum of RGB (Red+Green+Blue) = 188+242+236=666 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.23% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF2EC is #430D13. Grayscale: #E1E1E1. Windows color (decimal): -4394260 or 15528636. OLE color: 15528636.

HSL color Cylindrical-coordinate representation of color #BCF2EC: hue angle of 173.33º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF2EC is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 236 -
CMYK 0.22 0 0.02 0.05
HSL 173.33º 0.68% 0.84% -
HSV(B) 173.33º 0.22% 0.95% -
XYZ 67.63 80.25 91.28 -
YUV 225.17 134.11 101.49 -
System Red Green Blue C M Y K H S L
Decimal 188 242 236 0.22 0 0.02 0.05 173.33 0.68 0.84
Hex BC F2 EC 16 0 2 5 AD 44 54
Octal 274 362 354 26 0 2 5 255 104 124
Binary 10111100 11110010 11101100 10110 0 10 101 10101101 1000100 1010100

Color Harmonies of #BCF2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF2EC

Black with #BCF2EC

Text Example


Text Example

White with #BCF2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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