Html Css Color HEX #BCFEFA Pale Turquoise

📋 copy color: '#BCFEFA'

red 188 ◦ green 254 ◦ blue 250

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

Shades of Pale Turquoise #BCFEFA

Tints of Pale Turquoise #BCFEFA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 36.71%

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

R = 27.17%
G = 36.71%
B = 36.13%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#BCFEFA (or 0xBCFEFA) is known color: Pale Turquoise. HEX triplet: BC, FE and FA. RGB value is (188,254,250). Sum of RGB (Red+Green+Blue) = 188+254+250=692 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.17% from 692); Green value is 254 (99.61% from 255 or 36.71% from 692); Blue value is 250 (98.05% from 255 or 36.13% from 692); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFEFA is #430105. Grayscale: #E9E9E9. Windows color (decimal): -4391174 or 16449212. OLE color: 16449212.

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

Color convert

RGB 188 254 250 -
CMYK 0.26 0 0.02 0.00
HSL 176.36º 0.97% 0.87% -
HSV(B) 176.36º 0.26% 1% -
XYZ 73.44 88.48 103.65 -
YUV 233.81 137.13 95.33 -
System Red Green Blue C M Y K H S L
Decimal 188 254 250 0.26 0 0.02 0.00 176.36 0.97 0.87
Hex BC FE FA 1A 0 2 0 B0 61 57
Octal 274 376 372 32 0 2 0 260 141 127
Binary 10111100 11111110 11111010 11010 0 10 0 10110000 1100001 1010111

Color Harmonies of #BCFEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFEFA

Black with #BCFEFA

Text Example


Text Example

White with #BCFEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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