Html Css Color HEX #BCFCFE Pale Turquoise

📋 copy color: '#BCFCFE'

red 188 ◦ green 252 ◦ blue 254

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

Shades of Pale Turquoise #BCFCFE

Tints of Pale Turquoise #BCFCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.6%

R = 27.09%
G = 36.31%
B = 36.6%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BCFCFE (or 0xBCFCFE) is known color: Pale Turquoise. HEX triplet: BC, FC and FE. RGB value is (188,252,254). Sum of RGB (Red+Green+Blue) = 188+252+254=694 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.09% from 694); Green value is 252 (98.83% from 255 or 36.31% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCFCFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFCFE is #430301. Grayscale: #E9E9E9. Windows color (decimal): -4391682 or 16710844. OLE color: 16710844.

HSL color Cylindrical-coordinate representation of color #BCFCFE: hue angle of 181.82º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFCFE is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 252 254 -
CMYK 0.26 0.01 0 0.00
HSL 181.82º 0.97% 0.87% -
HSV(B) 181.82º 0.26% 1% -
XYZ 73.44 87.47 106.78 -
YUV 233.09 139.8 95.84 -
System Red Green Blue C M Y K H S L
Decimal 188 252 254 0.26 0.01 0 0.00 181.82 0.97 0.87
Hex BC FC FE 1A 1 0 0 B6 61 57
Octal 274 374 376 32 1 0 0 266 141 127
Binary 10111100 11111100 11111110 11010 1 0 0 10110110 1100001 1010111

Color Harmonies of #BCFCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFCFE

Black with #BCFCFE

Text Example


Text Example

White with #BCFCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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