Html Css Color HEX #BCFCF0 Pale Turquoise

📋 copy color: '#BCFCF0'

red 188 ◦ green 252 ◦ blue 240

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

Shades of Pale Turquoise #BCFCF0

Tints of Pale Turquoise #BCFCF0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.06%

 BLUE value IS 240 (94.14% from 255) = 35.29%

R = 27.65%
G = 37.06%
B = 35.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#BCFCF0 (or 0xBCFCF0) is known color: Pale Turquoise. HEX triplet: BC, FC and F0. RGB value is (188,252,240). Sum of RGB (Red+Green+Blue) = 188+252+240=680 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.65% from 680); Green value is 252 (98.83% from 255 or 37.06% from 680); Blue value is 240 (94.14% from 255 or 35.29% from 680); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFCF0 is #43030F. Grayscale: #E7E7E7. Windows color (decimal): -4391696 or 15793340. OLE color: 15793340.

HSL color Cylindrical-coordinate representation of color #BCFCF0: hue angle of 168.75º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFCF0 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 252 240 -
CMYK 0.25 0 0.05 0.01
HSL 168.75º 0.91% 0.86% -
HSV(B) 168.75º 0.25% 0.99% -
XYZ 71.28 86.6 95.4 -
YUV 231.5 132.8 96.98 -
System Red Green Blue C M Y K H S L
Decimal 188 252 240 0.25 0 0.05 0.01 168.75 0.91 0.86
Hex BC FC F0 19 0 5 1 A9 5B 56
Octal 274 374 360 31 0 5 1 251 133 126
Binary 10111100 11111100 11110000 11001 0 101 1 10101001 1011011 1010110

Color Harmonies of #BCFCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFCF0

Black with #BCFCF0

Text Example


Text Example

White with #BCFCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFCF0; }

 p { color: rgb(188,252,240); }

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

background-color css

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

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

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

border-color css

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

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

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