Html Css Color HEX #BCFFFA Pale Turquoise

📋 copy color: '#BCFFFA'

red 188 ◦ green 255 ◦ blue 250

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

Shades of Pale Turquoise #BCFFFA

Tints of Pale Turquoise #BCFFFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.08%

R = 27.13%
G = 36.8%
B = 36.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#BCFFFA (or 0xBCFFFA) is known color: Pale Turquoise. HEX triplet: BC, FF and FA. RGB value is (188,255,250). Sum of RGB (Red+Green+Blue) = 188+255+250=693 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.13% from 693); Green value is 255 (100% from 255 or 36.80% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFFFA is #430005. Grayscale: #EAEAEA. Windows color (decimal): -4390918 or 16449468. OLE color: 16449468.

HSL color Cylindrical-coordinate representation of color #BCFFFA: hue angle of 175.52º 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 #BCFFFA is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 188 255 250 -
CMYK 0.26 0 0.02 0
HSL 175.52º 1% 0.87% -
HSV(B) 175.52º 0.26% 1% -
XYZ 73.75 89.11 103.76 -
YUV 234.4 136.8 94.91 -
System Red Green Blue C M Y K H S L
Decimal 188 255 250 0.26 0 0.02 0 175.52 1 0.87
Hex BC FF FA 1A 0 2 0 B0 64 57
Octal 274 377 372 32 0 2 0 260 144 127
Binary 10111100 11111111 11111010 11010 0 10 0 10110000 1100100 1010111

Color Harmonies of #BCFFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFFFA

Black with #BCFFFA

Text Example


Text Example

White with #BCFFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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