Html Css Color HEX #BCFBF0 Pale Turquoise

📋 copy color: '#BCFBF0'

red 188 ◦ green 251 ◦ blue 240

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

Shades of Pale Turquoise #BCFBF0

Tints of Pale Turquoise #BCFBF0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.97%

 BLUE value IS 240 (94.14% from 255) = 35.35%

R = 27.69%
G = 36.97%
B = 35.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#BCFBF0 (or 0xBCFBF0) is known color: Pale Turquoise. HEX triplet: BC, FB and F0. RGB value is (188,251,240). Sum of RGB (Red+Green+Blue) = 188+251+240=679 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.69% from 679); Green value is 251 (98.44% from 255 or 36.97% from 679); Blue value is 240 (94.14% from 255 or 35.35% from 679); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFBF0 is #43040F. Grayscale: #E6E6E6. Windows color (decimal): -4391952 or 15793084. OLE color: 15793084.

HSL color Cylindrical-coordinate representation of color #BCFBF0: hue angle of 169.52º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFBF0 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 251 240 -
CMYK 0.25 0 0.04 0.02
HSL 169.52º 0.89% 0.86% -
HSV(B) 169.52º 0.25% 0.98% -
XYZ 70.96 85.98 95.29 -
YUV 230.91 133.13 97.39 -
System Red Green Blue C M Y K H S L
Decimal 188 251 240 0.25 0 0.04 0.02 169.52 0.89 0.86
Hex BC FB F0 19 0 4 2 AA 59 56
Octal 274 373 360 31 0 4 2 252 131 126
Binary 10111100 11111011 11110000 11001 0 100 10 10101010 1011001 1010110

Color Harmonies of #BCFBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFBF0

Black with #BCFBF0

Text Example


Text Example

White with #BCFBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFBF0; }

 p { color: rgb(188,251,240); }

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

background-color css

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

 a { background-color: rgb(188,251,240); }

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

border-color css

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

 span { border-color: rgb(188,251,240); }

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