Html Css Color HEX #BCFFF3 Pale Turquoise

📋 copy color: '#BCFFF3'

red 188 ◦ green 255 ◦ blue 243

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

Shades of Pale Turquoise #BCFFF3

Tints of Pale Turquoise #BCFFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.42%

R = 27.41%
G = 37.17%
B = 35.42%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#BCFFF3 (or 0xBCFFF3) is known color: Pale Turquoise. HEX triplet: BC, FF and F3. RGB value is (188,255,243). Sum of RGB (Red+Green+Blue) = 188+255+243=686 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.41% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 243 (95.31% from 255 or 35.42% from 686); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFFF3 is #43000C. Grayscale: #E9E9E9. Windows color (decimal): -4390925 or 15990716. OLE color: 15990716.

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

Color convert

RGB 188 255 243 -
CMYK 0.26 0 0.05 0
HSL 169.25º 1% 0.87% -
HSV(B) 169.25º 0.26% 1% -
XYZ 72.68 88.68 98.08 -
YUV 233.6 133.3 95.48 -
System Red Green Blue C M Y K H S L
Decimal 188 255 243 0.26 0 0.05 0 169.25 1 0.87
Hex BC FF F3 1A 0 5 0 A9 64 57
Octal 274 377 363 32 0 5 0 251 144 127
Binary 10111100 11111111 11110011 11010 0 101 0 10101001 1100100 1010111

Color Harmonies of #BCFFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFFF3

Black with #BCFFF3

Text Example


Text Example

White with #BCFFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFFF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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