Html Css Color HEX #BCFFFE Pale Turquoise

📋 copy color: '#BCFFFE'

red 188 ◦ green 255 ◦ blue 254

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

Shades of Pale Turquoise #BCFFFE

Tints of Pale Turquoise #BCFFFE

RGB

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

 GREEN value IS 255 (100% from 255) = 36.59%

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

R = 26.97%
G = 36.59%
B = 36.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#BCFFFE (or 0xBCFFFE) is known color: Pale Turquoise. HEX triplet: BC, FF and FE. RGB value is (188,255,254). Sum of RGB (Red+Green+Blue) = 188+255+254=697 (92% of max value = 765). Red value is 188 (73.83% from 255 or 26.97% from 697); Green value is 255 (100% from 255 or 36.59% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFFFE is #430001. Grayscale: #EAEAEA. Windows color (decimal): -4390914 or 16711612. OLE color: 16711612.

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

Color convert

RGB 188 255 254 -
CMYK 0.26 0 0.00 0
HSL 179.1º 1% 0.87% -
HSV(B) 179.1º 0.26% 1% -
XYZ 74.39 89.37 107.09 -
YUV 234.85 138.8 94.58 -
System Red Green Blue C M Y K H S L
Decimal 188 255 254 0.26 0 0.00 0 179.1 1 0.87
Hex BC FF FE 1A 0 0 0 B3 64 57
Octal 274 377 376 32 0 0 0 263 144 127
Binary 10111100 11111111 11111110 11010 0 0 0 10110011 1100100 1010111

Color Harmonies of #BCFFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFFFE

Black with #BCFFFE

Text Example


Text Example

White with #BCFFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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