Html Css Color HEX #BCFFFD Pale Turquoise

📋 copy color: '#BCFFFD'

red 188 ◦ green 255 ◦ blue 253

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

Shades of Pale Turquoise #BCFFFD

Tints of Pale Turquoise #BCFFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.35%

R = 27.01%
G = 36.64%
B = 36.35%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#BCFFFD (or 0xBCFFFD) is known color: Pale Turquoise. HEX triplet: BC, FF and FD. RGB value is (188,255,253). Sum of RGB (Red+Green+Blue) = 188+255+253=696 (92% of max value = 765). Red value is 188 (73.83% from 255 or 27.01% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFFFD is #430002. Grayscale: #EAEAEA. Windows color (decimal): -4390915 or 16646076. OLE color: 16646076.

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

Color convert

RGB 188 255 253 -
CMYK 0.26 0 0.01 0
HSL 178.21º 1% 0.87% -
HSV(B) 178.21º 0.26% 1% -
XYZ 74.23 89.3 106.25 -
YUV 234.74 138.3 94.66 -
System Red Green Blue C M Y K H S L
Decimal 188 255 253 0.26 0 0.01 0 178.21 1 0.87
Hex BC FF FD 1A 0 1 0 B2 64 57
Octal 274 377 375 32 0 1 0 262 144 127
Binary 10111100 11111111 11111101 11010 0 1 0 10110010 1100100 1010111

Color Harmonies of #BCFFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFFFD

Black with #BCFFFD

Text Example


Text Example

White with #BCFFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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