Html Css Color HEX #BCF3EC Pale Turquoise

📋 copy color: '#BCF3EC'

red 188 ◦ green 243 ◦ blue 236

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

Shades of Pale Turquoise #BCF3EC

Tints of Pale Turquoise #BCF3EC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.43%

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

R = 28.19%
G = 36.43%
B = 35.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#BCF3EC (or 0xBCF3EC) is known color: Pale Turquoise. HEX triplet: BC, F3 and EC. RGB value is (188,243,236). Sum of RGB (Red+Green+Blue) = 188+243+236=667 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.19% from 667); Green value is 243 (95.31% from 255 or 36.43% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF3EC is #430C13. Grayscale: #E1E1E1. Windows color (decimal): -4394004 or 15528892. OLE color: 15528892.

HSL color Cylindrical-coordinate representation of color #BCF3EC: hue angle of 172.36º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF3EC is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 243 236 -
CMYK 0.23 0 0.03 0.05
HSL 172.36º 0.7% 0.85% -
HSV(B) 172.36º 0.23% 0.95% -
XYZ 67.93 80.85 91.38 -
YUV 225.76 133.78 101.07 -
System Red Green Blue C M Y K H S L
Decimal 188 243 236 0.23 0 0.03 0.05 172.36 0.7 0.85
Hex BC F3 EC 17 0 3 5 AC 46 55
Octal 274 363 354 27 0 3 5 254 106 125
Binary 10111100 11110011 11101100 10111 0 11 101 10101100 1000110 1010101

Color Harmonies of #BCF3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF3EC

Black with #BCF3EC

Text Example


Text Example

White with #BCF3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF3EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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