Html Css Color HEX #BCFDFA Pale Turquoise

📋 copy color: '#BCFDFA'

red 188 ◦ green 253 ◦ blue 250

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

Shades of Pale Turquoise #BCFDFA

Tints of Pale Turquoise #BCFDFA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.61%

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

R = 27.21%
G = 36.61%
B = 36.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#BCFDFA (or 0xBCFDFA) is known color: Pale Turquoise. HEX triplet: BC, FD and FA. RGB value is (188,253,250). Sum of RGB (Red+Green+Blue) = 188+253+250=691 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.21% from 691); Green value is 253 (99.22% from 255 or 36.61% from 691); Blue value is 250 (98.05% from 255 or 36.18% from 691); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFDFA is #430205. Grayscale: #E9E9E9. Windows color (decimal): -4391430 or 16448956. OLE color: 16448956.

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

Color convert

RGB 188 253 250 -
CMYK 0.26 0 0.01 0.01
HSL 177.23º 0.94% 0.86% -
HSV(B) 177.23º 0.26% 0.99% -
XYZ 73.12 87.84 103.54 -
YUV 233.22 137.47 95.74 -
System Red Green Blue C M Y K H S L
Decimal 188 253 250 0.26 0 0.01 0.01 177.23 0.94 0.86
Hex BC FD FA 1A 0 1 1 B1 5E 56
Octal 274 375 372 32 0 1 1 261 136 126
Binary 10111100 11111101 11111010 11010 0 1 1 10110001 1011110 1010110

Color Harmonies of #BCFDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFDFA

Black with #BCFDFA

Text Example


Text Example

White with #BCFDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFDFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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