Html Css Color HEX #BCFDFC Pale Turquoise

📋 copy color: '#BCFDFC'

red 188 ◦ green 253 ◦ blue 252

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

Shades of Pale Turquoise #BCFDFC

Tints of Pale Turquoise #BCFDFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.36%

R = 27.13%
G = 36.51%
B = 36.36%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#BCFDFC (or 0xBCFDFC) is known color: Pale Turquoise. HEX triplet: BC, FD and FC. RGB value is (188,253,252). Sum of RGB (Red+Green+Blue) = 188+253+252=693 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.13% from 693); Green value is 253 (99.22% from 255 or 36.51% from 693); Blue value is 252 (98.83% from 255 or 36.36% from 693); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFDFC is #430203. Grayscale: #E9E9E9. Windows color (decimal): -4391428 or 16580028. OLE color: 16580028.

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

Color convert

RGB 188 253 252 -
CMYK 0.26 0 0.00 0.01
HSL 179.08º 0.94% 0.86% -
HSV(B) 179.08º 0.26% 0.99% -
XYZ 73.44 87.97 105.21 -
YUV 233.45 138.47 95.58 -
System Red Green Blue C M Y K H S L
Decimal 188 253 252 0.26 0 0.00 0.01 179.08 0.94 0.86
Hex BC FD FC 1A 0 0 1 B3 5E 56
Octal 274 375 374 32 0 0 1 263 136 126
Binary 10111100 11111101 11111100 11010 0 0 1 10110011 1011110 1010110

Color Harmonies of #BCFDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFDFC

Black with #BCFDFC

Text Example


Text Example

White with #BCFDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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