Html Css Color HEX #BCF6ED Pale Turquoise

📋 copy color: '#BCF6ED'

red 188 ◦ green 246 ◦ blue 237

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

Shades of Pale Turquoise #BCF6ED

Tints of Pale Turquoise #BCF6ED

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.66%

 BLUE value IS 237 (92.97% from 255) = 35.32%

R = 28.02%
G = 36.66%
B = 35.32%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#BCF6ED (or 0xBCF6ED) is known color: Pale Turquoise. HEX triplet: BC, F6 and ED. RGB value is (188,246,237). Sum of RGB (Red+Green+Blue) = 188+246+237=671 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.02% from 671); Green value is 246 (96.48% from 255 or 36.66% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF6ED is #430912. Grayscale: #E3E3E3. Windows color (decimal): -4393235 or 15595196. OLE color: 15595196.

HSL color Cylindrical-coordinate representation of color #BCF6ED: hue angle of 170.69º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF6ED is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 246 237 -
CMYK 0.24 0 0.04 0.04
HSL 170.69º 0.76% 0.85% -
HSV(B) 170.69º 0.24% 0.96% -
XYZ 68.98 82.72 92.45 -
YUV 227.63 133.28 99.73 -
System Red Green Blue C M Y K H S L
Decimal 188 246 237 0.24 0 0.04 0.04 170.69 0.76 0.85
Hex BC F6 ED 18 0 4 4 AB 4C 55
Octal 274 366 355 30 0 4 4 253 114 125
Binary 10111100 11110110 11101101 11000 0 100 100 10101011 1001100 1010101

Color Harmonies of #BCF6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF6ED

Black with #BCF6ED

Text Example


Text Example

White with #BCF6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF6ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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